Fix extraction of _LI _LW _LE _LC for translation

In order to start translating we should gradually update the messages.
To fix this issue, we need to add _LI _LW _LE _LC in setup.cfg

Change-Id: Ia0bdea4dd3ecc12a6b804add9163926dc34bb581
Related-Bug: #1534164
This commit is contained in:
Jean-Emile DARTOIS
2016-01-14 14:53:52 +01:00
parent 9c33f8aaeb
commit e0242b49f1
3 changed files with 202 additions and 6 deletions

View File

@@ -69,6 +69,6 @@ output_dir = watcher/locale
input_file = watcher/locale/watcher.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
keywords = _ gettext ngettext l_ lazy_gettext _LI _LW _LE _LC
mapping_file = babel.cfg
output_file = watcher/locale/watcher.pot