1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 03:33:00 +00:00

translation update

This commit is contained in:
Zeno Rogue
2020-03-05 22:33:43 +01:00
parent fc0c69c54e
commit c590532d3a
3 changed files with 807 additions and 13 deletions

View File

@@ -832,7 +832,7 @@ EX namespace euc {
if(g == gCubeTiling ||
(g == gRhombic3 && T_edit[2][2] % 2 == 0) ||
(g == gBitrunc3 && T_edit[0][0] % 2 == 0 && T_edit[1][1] % 2 == 0))
dialog::addBoolItem(XLAT("third turn space"), twisted_edit & 16, 'x');
dialog::addBoolItem(XLAT("third-turn space"), twisted_edit & 16, 'x');
else
dialog::addBoolItem(XLAT("make it even"), twisted_edit & 16, 'x');
dialog::add_action([] { eu_edit.twisted ^= 16; });