Skip to content

Commit e054b24

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 087ef6d commit e054b24

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

l10n/ga.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
OC.L10N.register(
22
"data_request",
33
{
4-
"Hello %s," : "Dia duit %s,"
4+
"Hello %s," : "Dia duit %s,",
5+
"Request account deletion" : "Iarr ar scriosadh an chuntais"
56
},
67
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");

l10n/ga.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{ "translations": {
2-
"Hello %s," : "Dia duit %s,"
2+
"Hello %s," : "Dia duit %s,",
3+
"Request account deletion" : "Iarr ar scriosadh an chuntais"
34
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
45
}

0 commit comments

Comments
 (0)