GNOME Bugzilla – Bug 770594
Plural support for new batch rename strings
Last modified: 2016-08-30 20:40:24 UTC
Similar to bug #770270, but this time for "Batch rename '%d' files". https://wiki.gnome.org/TranslationProject/DevGuidelines/Plurals
Created attachment 334448 [details] [review] batch-rename-dialog: add plural support for strings The title of the dialog didn't have plural support.
Review of attachment 334448 [details] [review]: yep thanks!
btw thanks Piotr for all the fixes in https://git.gnome.org/browse/nautilus/commit/?id=8ef1b6f2934eb49ca3923329d5ac749f5ec69de4 !!
This is an excellent patch, but I was talking about a different string: #: src/nautilus-file-undo-operations.c:1106 #: src/nautilus-file-undo-operations.c:1108 #, c-format msgid "Batch rename '%d' files" msgstr ""
(In reply to Piotr Drąg from comment #4) > This is an excellent patch, but I was talking about a different string: > > #: src/nautilus-file-undo-operations.c:1106 > #: src/nautilus-file-undo-operations.c:1108 > #, c-format > msgid "Batch rename '%d' files" > msgstr "" Yes, this also needs to be changed, I'll add a patch now.
Created attachment 334475 [details] [review] file-undo-operations: add plural support for strings The undo and redo descriptions didn't have plural support
The number of files probably doesn't need the quotation marks.
Created attachment 334481 [details] [review] file-undo-operations: add plural support for strings The undo and redo descriptions didn't have plural support
Review of attachment 334481 [details] [review]: makes sense, thanks!
Attachment 334448 [details] pushed as df6dd26 - batch-rename-dialog: add plural support for strings Attachment 334481 [details] pushed as 945b3e5 - file-undo-operations: add plural support for strings