From 38825f3a31404ea82e3f0bb4ff4501581d500ae9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 3 Dec 2023 14:30:54 +0100 Subject: [PATCH] added missing honeycombs to translations --- language-cz.cpp | 1 + language-pl.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/language-cz.cpp b/language-cz.cpp index 39bf881e..b390fdde 100644 --- a/language-cz.cpp +++ b/language-cz.cpp @@ -7935,6 +7935,7 @@ Cell("{3,3,3} 5") Cell("{4,3,3} 8") Cell("{3,3,4} 16") Cell("{3,4,3} 24") Cell(" S(x " field quotient space", x " prostor s tělesovým kvocientem") Honeycomb("{5,3,4}") Honeycomb("{4,3,5}") Honeycomb("{3,3,6}") Honeycomb("{3,4,4}") Honeycomb("{5,3,5}") Honeycomb("{5,3,6}") Honeycomb("{4,3,6}") Honeycomb("{5,3,6}") +Honeycomb("{3,4,5}") Honeycomb("{3,5,3}") Honeycomb("{3,5,4}") Honeycomb("{3,5,5}") #undef Honeycomb // new or previously untranslated options diff --git a/language-pl.cpp b/language-pl.cpp index 9401d0d3..2875db7f 100644 --- a/language-pl.cpp +++ b/language-pl.cpp @@ -7657,6 +7657,7 @@ Cell("{3,3,3} 5") Cell("{4,3,3} 8") Cell("{3,3,4} 16") Cell("{3,4,3} 24") Cell(" S(x " field quotient space", x " przestrzeń ilorazowa ciała") Honeycomb("{5,3,4}") Honeycomb("{4,3,5}") Honeycomb("{3,3,6}") Honeycomb("{3,4,4}") Honeycomb("{5,3,5}") Honeycomb("{5,3,6}") Honeycomb("{4,3,6}") Honeycomb("{5,3,6}") +Honeycomb("{3,4,5}") Honeycomb("{3,5,3}") Honeycomb("{3,5,4}") Honeycomb("{3,5,5}") #undef Honeycomb