-
-
Couldn't load subscription status.
- Fork 4.6k
Closed
Closed
Copy link
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care of31-feedbackbugfeature: language/translations (l10n/i18n)Localization and translation mattersLocalization and translation matters
Milestone
Description
Master = plural
| showError(n('files', 'One file could not be converted', '%n files could not be converted', failed.length)) |
stable31 = normal string
| showError(t('files', 'One file could not be converted')) |
Transifex sync fails as it's an invalid POT file afterwards:
msgcat: msgid 'One file could not be converted' is used without plural and with plural.
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care of31-feedbackbugfeature: language/translations (l10n/i18n)Localization and translation mattersLocalization and translation matters