discourse-translator/app/validators
Natalie Tay 48682c26c6
FEATURE: Show experimental language switcher for anon users (#198)
This commit allows anon users to select a language using a language switcher, this feature is behind an experimental site setting experimental_anon_language_switcher. The set of languages are defined by the same one available to existing users of the site, with the required allow_user_locale setting turned on:

de7e213052/app/models/locale_site_setting.rb (L37-L50)

In the near future, we may consider shortening this list of languages, and will also expand this feature into user-contributed content.
2025-01-24 12:01:31 +08:00
..
language_switcher_setting_validator.rb FEATURE: Show experimental language switcher for anon users (#198) 2025-01-24 12:01:31 +08:00