mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-15 05:31:20 +00:00
melhorando a dica de tradução
This commit is contained in:
parent
d1de0f77dd
commit
7458eb139c
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# TRANSLATES
|
||||
|
||||
To generate file '**template.pot**', did use command:
|
||||
To generate file '**template.pot**', did use terminal command:
|
||||
|
||||
````xgettext -n *.lua -L Lua --force-po --keyword=modMinerTrade.translate --from-code=UTF-8 -o template.pot````
|
||||
|
||||
|
@ -8,4 +8,12 @@ To translate '**template.pot**' to your language use app poedit.:
|
|||
|
||||
````sudo apt-get inatall poedit````
|
||||
|
||||
> See more: https://forum.minetest.net/viewtopic.php?f=47&t=21974
|
||||
* Locales used: ca;cs;da;de;dv;eo;es;et;fr;hu;id;it;ja;jbo;kn;lt;ms;nb;nl;pl;pt;pt_BR;ro;ru;sl;sr_Cyrl;sv;sw;tr;uk
|
||||
|
||||
* Translate Sample: "locale/pt.po" to portuguese language.
|
||||
|
||||
* To enable the translate to portuguese language, write "language = pt" in file "minetest.conf". Or write the command "```/set -n language pt```" in game chat, and run again the minetest game.
|
||||
|
||||
> See more:
|
||||
* https://forum.minetest.net/viewtopic.php?f=47&t=21974
|
||||
* https://github.com/minetest/minetest/issues/8158
|
||||
|
|
Loading…
Add table
Reference in a new issue