diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-07 21:30:53 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-07 21:30:53 -0700 |
commit | 00c1100d9d6f717b2c8d16600ae978a13b3798fd (patch) | |
tree | 5530cf99911e2f346e367bebc0c1fc5145f14187 | |
parent | 64f79f069829afc599f4daf926c064e4843bb351 (diff) |
Add Macedonian. Fixes ticket #1345.
-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 1f5473ff..d1e72260 100644 --- a/modules/gallery/helpers/locales.php +++ b/modules/gallery/helpers/locales.php @@ -92,6 +92,7 @@ class locales_Core { $l["ko_KR"] = "한국어"; // Korean $l["lt_LT"] = "Lietuvių"; // Lithuanian $l["lv_LV"] = "Latviešu"; // Latvian + $l["mk_MK"] = "Македонски јазик"; // Macedonian $l["nl_NL"] = "Nederlands"; // Dutch $l["no_NO"] = "Norsk bokmål"; // Norwegian $l["pl_PL"] = "Polski"; // Polish |