From 35143df8afbac43b7f8eb87a5f08a0191d4e0c0d Mon Sep 17 00:00:00 2001 From: Grzegorz Adamiak Date: Tue, 2 Nov 2010 16:28:14 +0100 Subject: [PATCH] =?UTF-8?q?Added=20missing=20transliterations=20for=20Poli?= =?UTF-8?q?sh=20letters=20"=C5=81"=20and=20"=C5=9B".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../translit/model/modx/translit/tables/noaccents.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/components/translit/model/modx/translit/tables/noaccents.php b/core/components/translit/model/modx/translit/tables/noaccents.php index 3c6f7d0..81750c8 100644 --- a/core/components/translit/model/modx/translit/tables/noaccents.php +++ b/core/components/translit/model/modx/translit/tables/noaccents.php @@ -13,7 +13,7 @@ 'Ì'=>'I','Í'=>'I','Î'=>'I','Ï'=>'I','Ī'=>'I','Ĩ'=>'I','Ĭ'=>'I','Į'=>'I','İ'=>'I', 'IJ'=>'J','Ĵ'=>'J', 'Ķ'=>'K', -'Ľ'=>'L','Ĺ'=>'L','Ļ'=>'L','Ŀ'=>'L', +'Ľ'=>'L','Ĺ'=>'L','Ļ'=>'L','Ŀ'=>'L','Ł'=>'L', 'Ñ'=>'N','Ń'=>'N','Ň'=>'N','Ņ'=>'N','Ŋ'=>'N', 'Ò'=>'O','Ó'=>'O','Ô'=>'O','Õ'=>'O','Ö'=>'O','Ø'=>'O','Ō'=>'O','Ő'=>'O','Ŏ'=>'O', 'Œ'=>'E', @@ -39,6 +39,7 @@ 'ò'=>'o','ó'=>'o','ô'=>'o','õ'=>'o','ö'=>'o','ø'=>'o','ō'=>'o','ŏ'=>'o', 'œ'=>'e', 'ŕ'=>'r','ř'=>'r','ŗ'=>'r', +'ś'=>'s', 'ù'=>'u','ú'=>'u','û'=>'u','ü'=>'u','ū'=>'u','ů'=>'u','ű'=>'u','ŭ'=>'u','ũ'=>'u','ų'=>'u', 'ŵ'=>'w', 'ÿ'=>'y','ŷ'=>'y', @@ -56,4 +57,4 @@ 'š'=>'s', 'ž'=>'z', 'ý'=>'y', 'ô'=>'o', 'ť'=>'t', 'Š'=>'S', 'Ž'=>'Z', 'Ý'=>'Y', 'Ô'=>'O' -); \ No newline at end of file +);