Skip to content

Commit 9df8211

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 8f05a5e commit 9df8211

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

l10n/ga.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
OC.L10N.register(
2+
"cloud_py_api",
3+
{
4+
"Error" : "Earráid",
5+
"Copied to clipboard" : "Cóipeáladh chuig an ngearrthaisce"
6+
},
7+
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");

l10n/ga.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{ "translations": {
2+
"Error" : "Earráid",
3+
"Copied to clipboard" : "Cóipeáladh chuig an ngearrthaisce"
4+
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
5+
}

0 commit comments

Comments
 (0)