Suggestion #12928
l10n_parent or l18n_parent
| Status: | Closed | Start date: | 2011-02-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Nikolas Hagelstein | % Done: | 0% |
|
| Category: | Core | |||
| Target version: | - | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | ||||
| Votes: | 0 |
Description
i see that all news2 tables use these fields:
l10n_parent
l10n_diffsource
but the extbase kickstarter (as common TYPO3 practice) uses
l18n_parent
l18n_diffsource
is there any reason for your different choice?
Related issues
| related to Extension news - Task #13225: Renaming of model properties | Closed | 2011-02-21 | ||
| related to Extension news - Major Feature #10528: Language overlays | Closed | 2010-10-29 |
History
Updated by Georg Ringer over 2 years ago
it is just because i use the regular kickstarter. is there a official document explaining which fieldname is now currently correct?
Updated by Stefano Cecere over 2 years ago
well.. all Core tables use the l18 prefix!
checking http://en.wikipedia.org/wiki/Internationalization_and_localization
i think l10n would be more correct for just language translations
(otherwise it should be i18n (not l10n)
:)
Updated by Nikolas Hagelstein over 2 years ago
- Status changed from New to Accepted
- Assignee set to Philipp Bergsmann
I ll investigate and take care of. Thanks for suggesting.
Updated by Philipp Bergsmann over 2 years ago
i think that should not be assigned to me? :)
but i'll use that to give some input too:
as far as i understand that, i18n is the act of making something localizable. so i guess it would be the right naming. l10n is the act of localizing the content (what you do in the backend)...
Updated by Nikolas Hagelstein over 2 years ago
- Assignee changed from Philipp Bergsmann to Nikolas Hagelstein
wooops nevermind :)
Updated by Stefan Galinski about 2 years ago
Just as a small notice, because I reported exactly this issue to the kickstarter team yesterday. They already changed that to l10n_*.
Updated by Georg Ringer about 2 years ago
- Status changed from Accepted to Closed
no need to change then...