diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-06 06:29:10 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-06 06:29:10 +0200 |
commit | 40fa36b2cc72bf3858d45b2e2dbc1eb0b5371213 (patch) | |
tree | 57509f8da1ce325b87f995265072c7374f3966ea /po/compile.py | |
parent | 5e434b28e2d633910b9126c467644b515c2d8244 (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-x | po/compile.py | 3 |
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 | ||
5 | import os, sys | 5 | import os, sys |
6 | 6 | ||
7 | BUILD_LANGS = [ | 7 | BUILD_LANGS = [ 'en', # base strings |
8 | 'en', # base strings | ||
9 | 'cs', | 8 | 'cs', |
10 | 'de', | 9 | 'de', |
11 | 'eo', | 10 | 'eo', |