From 68f5fad5f850ca696f08e3a9d25c0acd8e60e8d9 Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Fri, 6 Jan 2023 13:00:30 +0100 Subject: [PATCH] tasks/locale: add some more substitutions Co-authored-by: Karina Kwiatek --- lib/tasks/locale.rake | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/tasks/locale.rake b/lib/tasks/locale.rake index 049305e0..fa58f5c0 100644 --- a/lib/tasks/locale.rake +++ b/lib/tasks/locale.rake @@ -5,8 +5,12 @@ module TestLocaleTransformer "a" => "åä", "e" => "éê", "i" => "ïí", + "n" => "ñ", "o" => "öø", - "u" => "üǔ" + "r" => "ř", + "u" => "üǔ", + "y" => "ÿ", + "z" => "ż" }.freeze refine String do