summaryrefslogtreecommitdiff
path: root/bin/inkstitch-fonts-gettext
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-05-12 20:27:31 +0200
committerGitHub <noreply@github.com>2024-05-12 20:27:31 +0200
commitce26f096dd3c9fe3ddd24e5788445d33238917dc (patch)
tree654279dfafa7689edfd42338a0aabf491eab66b7 /bin/inkstitch-fonts-gettext
parent747ae5e3b7b4f487320410a81a812fa4bb837288 (diff)
Make font names not translatable (#2901)
Diffstat (limited to 'bin/inkstitch-fonts-gettext')
-rwxr-xr-xbin/inkstitch-fonts-gettext3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/inkstitch-fonts-gettext b/bin/inkstitch-fonts-gettext
index 24fb9fdf..0ed7d9b6 100755
--- a/bin/inkstitch-fonts-gettext
+++ b/bin/inkstitch-fonts-gettext
@@ -12,8 +12,5 @@ for font in sorted(os.listdir(fonts_dir)):
with open(os.path.join(fonts_dir, font, "font.json")) as font_json:
font_metadata = json.load(font_json)
- print("# L10N name of font in fonts/%s" % font)
- print("_(%s)" % repr(font_metadata.get("name", "")))
-
print("# L10N description of font in fonts/%s" % font)
print("_(%s)" % repr(font_metadata.get("description", "")))