lunetics-org/LocaleBundle

optionally localize the links in the target language

Closed this issue · 2 comments

right now in the link switcher the names of the target locales are in the current locale. it would make sense to have them shown in the target language.

f.e. when in en locale, the link to switch to german should be "Deutsch" and not "German".

@lsmith77 that's already implemented, take a look at pull request 11.

     locale_target_language: English
     locale_current_language: Anglais

Should probably be included in the documentation if it isn't already.

ah cool .. maybe this should be the default? at any rate, it works like a charm.