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 May 27, 2023
1 parent 5ab34af commit 37c7c9d
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 @@ -2,6 +2,7 @@ OC.L10N.register(
"files_fulltextsearch",
{
"Name" : "Nome",
"Size" : "Tamañu"
"Size" : "Tamañu",
"Extension" : "Estensión"
},
"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,5 +1,6 @@
{ "translations": {
"Name" : "Nome",
"Size" : "Tamañu"
"Size" : "Tamañu",
"Extension" : "Estensión"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 37c7c9d

Please sign in to comment.