Bug #18729
closedLocalize to flags shown for international records
0%
Description
In list view the "Localize to" flags for international records [All languages] are shown. Should be hidden as international records do not need l10n.
(issue imported from #M8295)
Updated by Christian Kuhn almost 16 years ago
You could still localize records, even if they are set to [All]. This is by intention:
doc_l10nguide:
When using language binding combined with “config.sys_language_overlay = hideNonTranslated” there is a special significance of the language value “[All]” (technically the -1 value): These elements will not be hidden in the translation - and they are not meant to be translated although you can choose to do so.
So it might be a idea to implement a switch to disable the localization of [All] records. But that should be a new issue as not only the list module would be affected by this switch.
Updated by Christian Kuhn almost 16 years ago
Resolved with no change required: With the current localization system the localization of "All language" records is intended.