ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #00128
[Bug 1342170] Re: Strings need plural forms
** Changed in: ubuntu-filemanager-app
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
File Manager Developers, which is subscribed to Ubuntu File Manager App.
Matching subscriptions: File Manager App Bugmail
https://bugs.launchpad.net/bugs/1342170
Title:
Strings need plural forms
Status in File Manager application for Ubuntu devices:
Fix Released
Bug description:
The following strings should use ngettext-style plural forms, so that
they can be translated properly:
==========================
src/app/qml/components/FolderIconView.qml:58 src/app/qml/components/FolderListView.qml:36
%1 (1 file)
coupled with:
src/app/qml/components/FolderIconView.qml:59 src/app/qml/components/FolderListView.qml:37
%1 (%2 files)
==========================
src/app/qml/ui/FolderListPage.qml:200
1 file
coupled with:
src/app/qml/ui/FolderListPage.qml:201
%1 files
==========================
src/app/qml/ui/FolderListPage.qml:276
Paste %1 File
src/app/qml/ui/FolderListPage.qml:277
Paste %1 Files
Translation messages should be implemented according to:
http://qt-project.org/doc/qt-4.8/i18n-source-translation.html#handling-plurals
It allows correct translation for languages with more than two plural forms:
http://localization-guide.readthedocs.org/en/latest/l10n/pluralforms.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1342170/+subscriptions