- Included translation helper script
This commit is contained in:
parent
49500d3c75
commit
aba339a3ab
3 changed files with 127 additions and 40 deletions
4
remake_base_pot.sh
Executable file
4
remake_base_pot.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
xgettext -d base --no-location -o discover_overlay/locales/base.pot discover_overlay/*.py discover_overlay/glade/settings.glade
|
||||
sed -i 's/charset=CHARSET/charset=UTF-8/g' discover_overlay/locales/base.pot
|
||||
Loading…
Add table
Add a link
Reference in a new issue