GNOME Bugzilla – Bug 520064
L10N: error on POT string '% Complete'
Last modified: 2008-03-04 02:40:40 UTC
Please describe the problem: Hi, I think next message should _not_ be c-format #: ../src/planner-task-view.c:344 #, c-format msgid "% Complete" msgstr "% amaituta" Because running msgfmt gives me next error: eu.po:2035: format specifications in 'msgid' and 'msgstr' for argument 1 are not the same It is expecting a 'C' character after '% ', so in languages a Spanish does not give errors, '% Completado', but gives errors on other languages. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
So can you change string type to no-c-format? Thanks
this is a broken string from my POV. it's should be "%d%% complete".
Created attachment 106503 [details] [review] Adds descriptive comment and sets string to no-c-format How about this one? Kurt, will you commit this if it's acceptable?
ok, I committed this, and I'm marking it as fixed. If there's still a problem with L10N, please reopen this bug and we'll work on it some more. tnx!