Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Dec 30, 2023
1 parent 0c7f451 commit 8cafe03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion l10n/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OC.L10N.register(
{
"Name" : "Nome",
"Size" : "Tamañu",
"Extension" : "Estensión"
"Extension" : "Estensión",
"Files" : "Ficheros"
},
"nplurals=2; plural=(n != 1);");
3 changes: 2 additions & 1 deletion l10n/ast.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ "translations": {
"Name" : "Nome",
"Size" : "Tamañu",
"Extension" : "Estensión"
"Extension" : "Estensión",
"Files" : "Ficheros"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 8cafe03

Please sign in to comment.