This patch fixes numerous bugs in translatable strings. For e.g.
1. Many missing periods.
2. Missing format_plural()'s.
3. Fixes many context sensitive translation issues.
4. Changes wording on links to i18n handbook like core.
5. Fixes on broken link to i18n handbook (help page of i18nsync module).
6. Fixes code style on a few translatable strings.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | D6_i18n_more_translatable_string_fixes_2008092501.patch | 12.57 KB | hass |
| D6_i18n_translatable_string_fixes.patch | 23.43 KB | hass |
Comments
Comment #1
hass commentedAnd not to forget... please take a look to
i18ntaxonomy_term_pagefunction. There are a few variables that seems not t'ified!? But I'm not sure if this is not done somewhere else... so - unverified.The potential lines are:
Comment #2
hass commentedMarking critical for release
Comment #3
jose reyero commentedCommitted. I've been doing some renaming after that.
About the taxonomy_term page function, these are user defined strings (mostly term names) so they're not supossed to go through t()
Thank you!
Comment #4
hass commentedTHX, change what you need to change, but follow the translation rules to become a good example, please. :-)
Comment #5
hass commented@Jose: Please keep the following in mind:
Don't do this, *never*:
Correct:
And please don't forget to add periods to sentences. Your commit http://drupal.org/cvs?commit=142300 needs work.
Comment #6
hass commentedHere is a new patch for the latest code to fix the new bugs.
Comment #7
jose reyero commentedThanks again!
I think you could just commit into the module if you find any other issue... however I bet you prefer me to review the patches before committing them myself, for 'educational' purposes :-)
So, yes:
- I will follow the localization guidelines.
- I will follow the localization guidelines.
- I will...
Really, thanks for the heads-up, I was not up to date with that ones...
Comment #8
hass commentedthx, ok :-)
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.