mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:19:52 +01:00
tasks/locale: add some more substitutions
Co-authored-by: Karina Kwiatek <kjk@kjk.dog>
This commit is contained in:
parent
bbdc3ac652
commit
68f5fad5f8
1 changed files with 5 additions and 1 deletions
|
@ -5,8 +5,12 @@ module TestLocaleTransformer
|
|||
"a" => "åä",
|
||||
"e" => "éê",
|
||||
"i" => "ïí",
|
||||
"n" => "ñ",
|
||||
"o" => "öø",
|
||||
"u" => "üǔ"
|
||||
"r" => "ř",
|
||||
"u" => "üǔ",
|
||||
"y" => "ÿ",
|
||||
"z" => "ż"
|
||||
}.freeze
|
||||
|
||||
refine String do
|
||||
|
|
Loading…
Reference in a new issue