1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 21:06:00 +00:00

translation update: CZ 13.0 included and some fixes

This commit is contained in:
Zeno Rogue
2023-12-27 10:40:04 +01:00
parent 0c7aa7cbe3
commit 3da65f4cd5
4 changed files with 666 additions and 7 deletions

View File

@@ -2572,7 +2572,7 @@ EX void show() {
dialog::init(XLAT("strict tree maps"));
dialog::addHelp(XLAT(
"Strict tree maps are generated using a more powerful algorithm.\n\nThis algorithms supports horocycles and knows the expansion rates of various "
"Strict tree maps are generated using a more powerful algorithm.\n\nThis algorithm supports horocycles and knows the expansion rates of various "
"tessellations (contrary to the basic implementation of Archimedean, tes, and unrectified/warped/untruncated tessellations).\n\nYou can convert mostly any "
"non-spherical periodic 2D tessellation to strict tree based.\n\nSwitching the map format erases your map."));