tutorial de criação de arquivo de tradução (2a tentativa)

This commit is contained in:
Lunovox 2020-03-01 19:53:41 -03:00
parent 3bf5ec01d9
commit fab0efad65

11
locale/README.md Normal file
View file

@ -0,0 +1,11 @@
# TRANSLATES
To generate file '**template.pot**', did use command:
````xgettext -n *.lua -L Lua --force-po --keyword=modUFO.translate --from-code=UTF-8 -o template.pot````
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