From 993a79041b136c59559debaa20c87780e3fc34ac Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Tue, 13 Aug 2019 12:10:11 +0200 Subject: [PATCH] (Som) fix bug in pot3: retain hundred when adding thousand --- src/somali/NumeralSom.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/somali/NumeralSom.gf b/src/somali/NumeralSom.gf index e542ee6f7..e472a6e11 100644 --- a/src/somali/NumeralSom.gf +++ b/src/somali/NumeralSom.gf @@ -102,7 +102,7 @@ lin pot2plus d e = d ** { n = Pl} ; lin pot2as3 n = n ; lin pot3 n = n ** { - thousand = "kun" ; + thousand = n.thousand ++ "kun" ; ord = n.s ! Kow ++ "kunaad" ; --da = M KA ; -- TODO check n = Pl } ;