mirror of
https://github.com/Relintai/gdfxr.git
synced 2024-11-14 04:57:26 +01:00
16 lines
331 B
Makefile
16 lines
331 B
Makefile
pot:
|
|
@pybabel extract \
|
|
--project gdfxr \
|
|
--version 1.0 \
|
|
--msgid-bugs-address 'timothyqiu32@gmail.com' \
|
|
--copyright-holder 'Haoyu Qiu' \
|
|
--add-location file \
|
|
-F babel.cfg \
|
|
-k tr \
|
|
-k text \
|
|
-k label \
|
|
-k hint_tooltip \
|
|
-k options \
|
|
-o addons/gdfxr/editor/translations/gdfxr.pot \
|
|
addons/gdfxr/editor
|