(url to flock i18n page) |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
I wrote a short I18n text for Flock/Mozilla devs - maybe it'll help you a bit - http://wiki.flock.com/index.php?title=I18n_Flock | I wrote a short I18n text for Flock/Mozilla devs - maybe it'll help you a bit - http://wiki.flock.com/index.php?title=I18n_Flock | ||
-- gandalf | -- gandalf | ||
| + | |||
| + | thanks, i used a few of the interesting stats you collected there | ||
| + | -- aseigo | ||
| + | |||
| + | Concerning the 'Plural' section: | ||
| + | Should it not be | ||
| + | i18np("%1 file was deleted", "%1 files were deleted", numFilesDeleted); | ||
| + | because otherwise the singular form can not be used for values like 21,31,etc? | ||
| + | -- mghansen256 | ||
| + | |||
| + | Translators can use %1 (more precisely, the placeholder of the plural-deciding argument) in all msgstr fields, no matter whether the English singular contains it. | ||
| + | |||
| + | [[User:Ilic|Ilic]] 11:28, 11 January 2010 (UTC) | ||
I wrote a short I18n text for Flock/Mozilla devs - maybe it'll help you a bit - http://wiki.flock.com/index.php?title=I18n_Flock
-- gandalf
thanks, i used a few of the interesting stats you collected there
-- aseigo
Concerning the 'Plural' section: Should it not be i18np("%1 file was deleted", "%1 files were deleted", numFilesDeleted); because otherwise the singular form can not be used for values like 21,31,etc?
-- mghansen256
Translators can use %1 (more precisely, the placeholder of the plural-deciding argument) in all msgstr fields, no matter whether the English singular contains it.
Ilic 11:28, 11 January 2010 (UTC)