From 9dd2f486aac0422aab98249d242813fd8eb5668d Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 13 Dec 2020 03:25:36 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/mk.js | 6 ++++++ l10n/mk.json | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 l10n/mk.js create mode 100644 l10n/mk.json 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