Discussion:
c-format issue
clansco
2013-08-08 08:22:26 UTC
Permalink
hi,
#: ../src/file.c:850
#, fuzzy, c-format
msgid "All files loaded, finished %s, %d document open"
msgid_plural "All files loaded, finished %s, %d documents open"

both %s and %d can be plural
I do:
msgstr[0] "Tous les fichiers sont chargés, %s complet(s), %d document(s) ouvert(s)"
msgstr[1] "Tous les fichiers sont chargés, %s complet(s), %d document(s) ouvert(s)"

better idea?
--
Frédéric Falsetti
http://clansco.org
Marek Černocký
2013-08-08 10:06:06 UTC
Permalink
If I understand source code, the first argument %s is URI of last
finished file. Are you sure it requires to distinguish singular/plural?

Regards
Marek
Post by clansco
hi,
#: ../src/file.c:850
#, fuzzy, c-format
msgid "All files loaded, finished %s, %d document open"
msgid_plural "All files loaded, finished %s, %d documents open"
both %s and %d can be plural
msgstr[0] "Tous les fichiers sont chargés, %s complet(s), %d document(s) ouvert(s)"
msgstr[1] "Tous les fichiers sont chargés, %s complet(s), %d document(s) ouvert(s)"
better idea?
--
Frédéric Falsetti
http://clansco.org
--
To unsubscribe from this list: send the line "unsubscribe bluefish-dev" in
the body of a message to listar-QLpEr2logwzILq5++***@public.gmane.org or visit the list control panel at http://www.ems.ru/cgi-bin/listargate.cgi
Bluefish web site: http://bluefish.openoffice.nl/
clansco
2013-08-08 12:32:10 UTC
Permalink
On Thu, 08 Aug 2013 12:06:06 +0200
Post by Marek Černocký
If I understand source code, the first argument %s is URI of last
finished file. Are you sure it requires to distinguish singular/plural?
only singular, thanks I correct.
Regards,
ff
--
Frédéric Falsetti
http://clansco.org
--
To unsubscribe from this list: send the line "unsubscribe bluefish-dev" in
the body of a message to listar-QLpEr2logwzILq5++***@public.gmane.org or visit the list control panel at http://www.ems.ru/cgi-bin/listargate.cgi
Bluefish web site: http://bluefish.openoffice.nl/
Loading...