Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-06-09 05:44:15 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-09 05:44:15 +0300
commitc10a5bc1ef5ee8ac04a6589327dad18efa1536f1 (patch)
tree332a991fe4a42276ddbffc525cd8365cfd73462a
parent3880a247f5837e4186a63a28eba74b851c9d8dd1 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/an.js6
-rw-r--r--l10n/an.json4
2 files changed, 10 insertions, 0 deletions
diff --git a/l10n/an.js b/l10n/an.js
new file mode 100644
index 0000000..2865c4a
--- /dev/null
+++ b/l10n/an.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "data_request",
+ {
+ "Hello %s," : "Hola %s,"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/an.json b/l10n/an.json
new file mode 100644
index 0000000..67be416
--- /dev/null
+++ b/l10n/an.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Hello %s," : "Hola %s,"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file