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:17 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-09 05:44:17 +0300
commitfb7a8362ef07d36c32488002b500c5b121718e38 (patch)
treec1a58327daf17b5072b858826a31e50aa6c532e3
parent196198c3245cf327f25da3eefaf518f83b25f41c (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