Skip to content

Commit 76cb8f0

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 1b2bc94 commit 76cb8f0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

l10n/ka.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OC.L10N.register(
2+
"cloud_py_api",
3+
{
4+
"Error" : "Error",
5+
"Copy to clipboard" : "Copy to clipboard",
6+
"Copied to clipboard" : "Copied to clipboard"
7+
},
8+
"nplurals=2; plural=(n!=1);");

l10n/ka.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{ "translations": {
2+
"Error" : "Error",
3+
"Copy to clipboard" : "Copy to clipboard",
4+
"Copied to clipboard" : "Copied to clipboard"
5+
},"pluralForm" :"nplurals=2; plural=(n!=1);"
6+
}

0 commit comments

Comments
 (0)