Update translation template
This commit is contained in:
parent
dc5ecc5f72
commit
d3a00cecac
17 changed files with 9966 additions and 9545 deletions
620
po/en_GB.po
620
po/en_GB.po
File diff suppressed because it is too large
Load diff
627
po/midori.pot
627
po/midori.pot
File diff suppressed because it is too large
Load diff
2
wscript
2
wscript
|
@ -286,7 +286,7 @@ def shutdown ():
|
||||||
size_old = os.stat (APPNAME + '.pot').st_size
|
size_old = os.stat (APPNAME + '.pot').st_size
|
||||||
except:
|
except:
|
||||||
size_old = 0
|
size_old = 0
|
||||||
subprocess.call (['intltool-update', '--pot'])
|
subprocess.call (['intltool-update', '-p', '-g', APPNAME])
|
||||||
size_new = os.stat (APPNAME + '.pot').st_size
|
size_new = os.stat (APPNAME + '.pot').st_size
|
||||||
if size_new <> size_old:
|
if size_new <> size_old:
|
||||||
Params.pprint ('YELLOW', "Updated po template.")
|
Params.pprint ('YELLOW', "Updated po template.")
|
||||||
|
|
Loading…
Reference in a new issue