Patch #13460
closedAll translations: RSS -> Atom
0%
Description
Replace for all language translations "RSS" with "Atom".
Files
Related issues
Updated by Mischa The Evil over 11 years ago
I think the patch is missing, but it speaks for itself...
Updated by Daniel Felix over 11 years ago
- File translation_rss_to_atom.diff translation_rss_to_atom.diff added
- File functional_renaming_rss_to_atom.diff functional_renaming_rss_to_atom.diff added
Hi I'll provide two patches.
Number 1: just the renaming of RSS in ATOM in all translations. I checked it quickly to prepent that only feed-keys are updated. It seems to be okay.
Number 2: functional renaming. Deprecation of old rss_* methods and redefining them as atom_* methods. Old methods are still available and give deprecation warnings. Please test Number 2, too. But it seems to work in the first test.
Best regards,
Daniel
Updated by Filou Centrinov over 11 years ago
The translation should be "Atom" instead of "ATOM".
Updated by Daniel Felix over 11 years ago
Well this shouldn't be a big problem. Just a simple replace. ;-)
Updated by Jean-Philippe Lang over 11 years ago
- Category changed from Translations to Code cleanup/refactoring
- Target version changed from 2.3.0 to 2.4.0
I've committed the translations in r11654 but I think it's a bit late to change the methods for 2.3.0.
Updated by Daniel Felix over 11 years ago
Yes your right.
I just added 2.3 as a sidenote for the translations. :-)
Hopefully the way I use to deprecate those methods is good enough for the implementation. :-)
Updated by Jean-Philippe Lang about 11 years ago
- Target version changed from 2.4.0 to Candidate for next major release
2.4 feature freeze
Updated by Toshi MARUYAMA about 11 years ago
- Status changed from New to Closed
- Target version changed from Candidate for next major release to 2.4.0
r11654 changed all translations.
Updated by Mischa The Evil about 11 years ago
- Category changed from Code cleanup/refactoring to Translations
I extracted #15118 out this issue to cover the actual deprecation and renaming of the affected methods, which makes that this issue is about the translations only (like as it was initially).
Updated by Mischa The Evil about 11 years ago
- Related to Patch #15118: Deprecate and rename rss_* methods to atom_* methods added