mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-08 21:47:13 +08:00
Add TRANSLATORS comments
This will better help the translators as they complete the difficult task of taking one language and finding commonality in another. Closes #165 Closes #161
This commit is contained in:
committed by
Blake Grotewold
parent
b3e094694b
commit
b512153d73
+2
-2
@@ -56,7 +56,7 @@ windows:
|
||||
poedit
|
||||
|
||||
- ubuntu:
|
||||
pybabel extract -F babel.cfg script > lang/adarkroom.pot
|
||||
pybabel extract -F babel.cfg -c "TRANSLATORS" script > lang/adarkroom.pot
|
||||
windows:
|
||||
use poedit
|
||||
Use menu "Cataloge"-> "New Catalog from POT file..."
|
||||
@@ -101,7 +101,7 @@ To update from source without pot file need:
|
||||
*.js
|
||||
|
||||
Parser command:
|
||||
xgettext --language=JavaScript --force-po -o %o %C %K %F
|
||||
xgettext --language=JavaScript --force-po --add-comments=TRANSLATORS -o %o %C %K %F
|
||||
|
||||
Item in Keyword List:
|
||||
-k%k
|
||||
|
||||
Reference in New Issue
Block a user