mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-11-14 14:50:21 +01:00
11 lines
336 B
Markdown
11 lines
336 B
Markdown
|
# Convert '.po' file to '.txt' file.
|
||
|
|
||
|
### COMMAND SAMPLE
|
||
|
''''
|
||
|
$ lua po2tr.lua "Your Name (Your Site) <Your Email>" "pt_BR.po"
|
||
|
rm "pt_BR.tr" "mobs_animal.pt_BR.tr"
|
||
|
$ cat mobs_animal.pt_BR.tr | less
|
||
|
''''
|
||
|
|
||
|
Source Code: https://gitlab.com/4w/xtend/-/blob/master/xtend_default/tools/convert_po_file_to_tr_file/convert_po_file_to_tr_file.lua
|