diff options
Diffstat (limited to 'lib/locale')
-rw-r--r-- | lib/locale/latin1 | 10 | ||||
-rw-r--r-- | lib/locale/utf8 | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lib/locale/latin1 b/lib/locale/latin1 new file mode 100644 index 0000000000..f40f7325e0 --- /dev/null +++ b/lib/locale/latin1 @@ -0,0 +1,10 @@ +$locales .= <<EOF; +Catalŕ Catalan:ca:es:1 15 +Français French:fr:be ca ch fr lu:1 15 +Gáidhlig Gaelic:gd:gb uk:1 14 15 +Fřroyskt Faroese:fo:fo:1 15 +Íslensku Icelandic:is:is:1 15 +Sámi Lappish:::4 6 13 +Portuguęs Portuguese:po:po br:1 15 +Espanől Spanish:es:ar bo cl co cr do ec es gt hn mx ni pa pe py sv uy ve:1 15 +EOF diff --git a/lib/locale/utf8 b/lib/locale/utf8 new file mode 100644 index 0000000000..fbbe94fb51 --- /dev/null +++ b/lib/locale/utf8 @@ -0,0 +1,10 @@ +$locales .= <<EOF; +CatalĂ Catalan:ca:es:1 15 +Français French:fr:be ca ch fr lu:1 15 +Gáidhlig Gaelic:gd:gb uk:1 14 15 +Føroyskt Faroese:fo:fo:1 15 +ĂŤslensku Icelandic:is:is:1 15 +Sámi Lappish:::4 6 13 +PortuguĂŞs Portuguese:po:po br:1 15 +Espanõl Spanish:es:ar bo cl co cr do ec es gt hn mx ni pa pe py sv uy ve:1 15 +EOF |