diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/updatelang.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/updatelang.py b/web/updatelang.py index bac1be1..f38b2fb 100755 --- a/web/updatelang.py +++ b/web/updatelang.py @@ -40,6 +40,8 @@ def genreadPoFile(): readPoFile(i,a) def generatePoFiles(): + context=langs + context.append('en') for a in langs: print("Updating po file for "+a) xrv=open("po/"+a+".po", "w") @@ -60,6 +62,7 @@ msgstr ""\n\ for i in files: writePoFile(i,a) + context.remove('en') def generateLocal(): for a in langs: |