diff --git a/l10n/mk.js b/l10n/mk.js new file mode 100644 index 0000000..68d7d2c --- /dev/null +++ b/l10n/mk.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "мени" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/l10n/mk.json b/l10n/mk.json new file mode 100644 index 0000000..e10bf78 --- /dev/null +++ b/l10n/mk.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "мени" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file