From 1d4e40478d55b7cca4476cce2ca97a1553d2dab6 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 12 Nov 2022 03:04:54 +0000 Subject: [PATCH] [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/lv.js | 6 ++++++ l10n/lv.json | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 l10n/lv.js create mode 100644 l10n/lv.json diff --git a/l10n/lv.js b/l10n/lv.js new file mode 100644 index 0000000..d1859fb --- /dev/null +++ b/l10n/lv.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "Settings updated successfully." : "Iestatījumi ir veiksmīgi atjaunināti." +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/l10n/lv.json b/l10n/lv.json new file mode 100644 index 0000000..30461b2 --- /dev/null +++ b/l10n/lv.json @@ -0,0 +1,4 @@ +{ "translations": { + "Settings updated successfully." : "Iestatījumi ir veiksmīgi atjaunināti." +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file