1
0
Fork 0
minetest-mod-mobs_jam/locale
general 976a83012d upgrade animal mobs part to 20240101 version, fixed bugs and tune chicken
* added settings to disable specific animals
* honey blocks and beehives aren't ground content
  closes https://codeberg.org/tenplus1/mobs_animal/pulls/1
  closes https://github.com/pandorabox-io/pandorabox.io#836
* Many node definitions seem to have not set is_ground_content to false,
  means jumping a ship near mapblocks that haven't been generated yet,
  can lead to loss of ships or at least parts of it.
* chickens eat seed on ground, so add farming dependency missing
* backported the have chance of chicken dropping a feather
* backported commit bf12043fdcab68acfef299e26b6896a918ce1512
  from bf12043fdc
* way to detect newer engines, for the sound_play extra parameter
  cherry picked from commit e644a1b52343c5c7e821d53c8b2f6dc9751a16fc
  backported from e644a1b523
  minetest.sound_play uses optional parameter only in 5.3+ so
  autodetectting for future uses
* add nil check to sheepy, fix warning msg when dye'ing sheep
2024-03-31 01:48:05 -04:00
..
README.md upgrade animal mobs part to 20240101 version, fixed bugs and tune chicken 2024-03-31 01:48:05 -04:00
de.po init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
fr.po init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
it.po init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
mobs_jam.de.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.en.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.es.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.fr.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.it.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.ms.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.pt.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.pt_BR.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.ru.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.tr.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.zh_CN.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mobs_jam.zh_TW.tr rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
ms.po init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
po2tr.lua init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
pt.po init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
pt.txt init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
pt_BR.po init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
pt_BR.txt init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
ru.po init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
template.pot init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
tr.po init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
zh_CN.pot init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
zh_CN.txt init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00
zh_TW.txt init the repo, starting with mobs_animal as base 2023-08-06 16:27:12 -04:00

README.md

Convert '.po' file to '.txt' file.

This is only used for older engines.. newer ones uses the plain text files with tr extensions

COMMAND SAMPLE

'''' $ lua po2tr.lua "Your Name (Your Site) " "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