summaryrefslogtreecommitdiff
path: root/po/compile.py
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-06 06:29:10 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-06 06:29:10 +0200
commit40fa36b2cc72bf3858d45b2e2dbc1eb0b5371213 (patch)
tree57509f8da1ce325b87f995265072c7374f3966ea /po/compile.py
parent5e434b28e2d633910b9126c467644b515c2d8244 (diff)
Lang: Number formatting cleanup
Replaced the %zu format with plain %u because Weblate doesn't know about the former.
Diffstat (limited to 'po/compile.py')
-rwxr-xr-xpo/compile.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/po/compile.py b/po/compile.py
index 16097ddc..af0e422b 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -4,8 +4,7 @@
4 4
5import os, sys 5import os, sys
6 6
7BUILD_LANGS = [ 7BUILD_LANGS = [ 'en', # base strings
8 'en', # base strings
9 'cs', 8 'cs',
10 'de', 9 'de',
11 'eo', 10 'eo',