tasks/locale: add some more substitutions
Co-authored-by: Karina Kwiatek <kjk@kjk.dog>
This commit is contained in:
parent
bbdc3ac652
commit
68f5fad5f8
|
@ -5,8 +5,12 @@ module TestLocaleTransformer
|
||||||
"a" => "åä",
|
"a" => "åä",
|
||||||
"e" => "éê",
|
"e" => "éê",
|
||||||
"i" => "ïí",
|
"i" => "ïí",
|
||||||
|
"n" => "ñ",
|
||||||
"o" => "öø",
|
"o" => "öø",
|
||||||
"u" => "üǔ"
|
"r" => "ř",
|
||||||
|
"u" => "üǔ",
|
||||||
|
"y" => "ÿ",
|
||||||
|
"z" => "ż"
|
||||||
}.freeze
|
}.freeze
|
||||||
|
|
||||||
refine String do
|
refine String do
|
||||||
|
|
Loading…
Reference in New Issue