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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user