babel icon indicating copy to clipboard operation
babel copied to clipboard

Ability to add context_key in the translations list

Open sdrenth opened this issue 5 years ago • 1 comments

I'd like to have the ability to a add context_key in the translations list in the manager page: Screenshot 2019-12-16 at 11 25 26

This could be very helpfull when you have multiple contexts which use the same language for different countries, for example: Dutch for the Netherlands Dutch for Belgium French for France French for Belgium

sdrenth avatar Dec 16 '19 10:12 sdrenth

Change in file "core/components/babel/model/babel/babel.class.php" string 593: 'displayText' => $languages[$cultureKey]['Description'].' ('.(!empty($cultureKey) ? $cultureKey : $contextKey).')',

duron16 avatar Jul 13 '22 15:07 duron16

This is possible with 3.2.0.

Jako avatar Mar 27 '24 14:03 Jako