diff --git a/src/MDConcCurrencies.php b/src/MDConcCurrencies.php index 60252a6..bbeabf2 100644 --- a/src/MDConcCurrencies.php +++ b/src/MDConcCurrencies.php @@ -14,6 +14,10 @@ final class MDConcCurrencies { const CURRENCIES_LIST = [ "^" => "", "-" => "", + "1,00" => "", + "5,00" => "", + "10,00" => "", + "23.117,55" => "", "Forint" => "hu-Ft", "Korona" => "hu-Korona", "Pengő" => "hu-Pengő", diff --git a/src/MDConcLengths.php b/src/MDConcLengths.php index b508657..99267cc 100644 --- a/src/MDConcLengths.php +++ b/src/MDConcLengths.php @@ -13,6 +13,12 @@ final class MDConcLengths { const LENGTHS_LIST = [ "cn" => "cm", + ",cm" => "cm", + "5cm" => "cm", + + "inch" => "in", + "Zoll" => "in", + "zoll" => "in", ]; }