Changes between Initial Version and Version 1 of Ticket #16878, comment 3
- Timestamp:
- Sep 20, 2011, 5:31:44 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16878, comment 3
initial v1 3 3 1. even if they are very big numbers, they still have a singular and a plural in some languages (e.g, "Septillion" and "Septillionen" in German) 4 4 5 2. it doesn't actually mark the number words for translation since you using string concatenation to create the string topassed to `ungettext`5 2. it doesn't actually mark the number words for translation since you are using string concatenation to create the strings to be passed to `ungettext` 6 6 7 7 3. this needs more thorough tests with another (non-English) language