Skip to content

Commit efffa4a

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 60163a2 commit efffa4a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

l10n/la.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
OC.L10N.register(
2+
"data_request",
3+
{
4+
"Hello %s," : "Salve %s,"
5+
},
6+
"nplurals=2; plural=(n != 1);");

l10n/la.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{ "translations": {
2+
"Hello %s," : "Salve %s,"
3+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
4+
}

0 commit comments

Comments
 (0)