genpot.sh is no longer necessary
This commit is contained in:
parent
0e7c17a7e9
commit
a298022563
|
@ -0,0 +1,7 @@
|
||||||
|
### Translating Terminator into your language
|
||||||
|
|
||||||
|
Localized strings are available in po/<locale>.po. These files are compiled
|
||||||
|
into .mo files by running `python setup.py build`
|
||||||
|
|
||||||
|
If you've added a new localized string to the source code, it needs to be
|
||||||
|
extracted to `po/terminator.pot` by running `python setup.py extract_messages`
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
cd ..
|
|
||||||
python setup.py extract_messages
|
|
||||||
cd po
|
|
Loading…
Reference in New Issue