genpot.sh is no longer necessary

This commit is contained in:
Matt Rose 2020-05-11 19:45:24 -04:00
parent 0e7c17a7e9
commit a298022563
2 changed files with 7 additions and 4 deletions

7
TRANSLATIONS.md Normal file
View File

@ -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`

View File

@ -1,4 +0,0 @@
#!/bin/sh
cd ..
python setup.py extract_messages
cd po