diff options
author | Andy Staudacher <andy.st@gmail.com> | 2010-02-24 16:21:54 -0800 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2010-02-24 16:21:54 -0800 |
commit | c38bee203b8e89cfb1446ecacd133f3c679ffbcc (patch) | |
tree | d87ee00d9d6144c3b9beb34947e956a286a3c17d /modules | |
parent | 7d7da6eb0a953c61ceb424d9837f850ca2c8b0ce (diff) |
Add Faroese to the language list. Verified that it uses the default plural rules, thus no changes in Gallery_I18n.php or on the server side required.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/locales.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/helpers/locales.php b/modules/gallery/helpers/locales.php index e72d7ed9..62b08fb9 100644 --- a/modules/gallery/helpers/locales.php +++ b/modules/gallery/helpers/locales.php @@ -81,6 +81,7 @@ class locales_Core { $l["eu_ES"] = "Euskara"; // Basque $l["fa_IR"] = "فارس"; // Farsi $l["fi_FI"] = "Suomi"; // Finnish + $l["fo_FO"] = "Føroyskt"; // Faroese $l["fr_FR"] = "Français"; // French $l["ga_IE"] = "Gaeilge"; // Irish $l["he_IL"] = "עברית"; // Hebrew |