Skip to content

Commit 0ef0c4c

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent ead35bd commit 0ef0c4c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

l10n/lo.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OC.L10N.register(
2+
"integration_replicate",
3+
{
4+
"Small" : "Small",
5+
"Medium" : "Medium",
6+
"Large" : "Large",
7+
"Image generation" : "Image generation"
8+
},
9+
"nplurals=1; plural=0;");

l10n/lo.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ "translations": {
2+
"Small" : "Small",
3+
"Medium" : "Medium",
4+
"Large" : "Large",
5+
"Image generation" : "Image generation"
6+
},"pluralForm" :"nplurals=1; plural=0;"
7+
}

0 commit comments

Comments
 (0)