Replace T_() by _() for pot generation

This commit is contained in:
Julien VAUBOURG
2015-07-08 19:03:28 +02:00
parent 36e6aedaa4
commit d7b3aaf910
6 changed files with 57 additions and 57 deletions

View File

@@ -25,7 +25,7 @@ mkdir -p sources/i18n/fr_FR/LC_MESSAGES/
Generate the po file:
```
msginit --locale=fr_FR.UTF-8 -i sources/i18n/localization.pot -o sources/i18n/fr_FR/LC_MESSAGES/localization.po
msginit --locale=fr_FR.UTF-8 --no-translator -i sources/i18n/localization.pot -o sources/i18n/fr_FR/LC_MESSAGES/localization.po
```
You can use poedit for translating the po: