mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
use {count} instead of 'One' for more versatile translation
This commit is contained in:
parent
1bba800e47
commit
078bf0df25
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ var OCdialogs = {
|
|||
|
||||
var count = $(dialog_id+ ' .conflict').length;
|
||||
var title = n('files',
|
||||
'One file conflict',
|
||||
'{count} file conflict',
|
||||
'{count} file conflicts',
|
||||
count,
|
||||
{count:count}
|
||||
|
|
|
|||
Loading…
Reference in a new issue