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