H2-invent / jitsi-admin

Organize and fully controll your jitsi meet meetings. Make your meeting secure and be sure that only you and your fellows can join your meeting.
https://meetling.de
GNU Affero General Public License v3.0
133 stars 48 forks source link

Default language #237

Closed timowevel1 closed 3 years ago

timowevel1 commented 3 years ago

Hey,

is there an option to set a default language?

h2Entwicklung commented 3 years ago

Hello @jasonjenssen up to now there is no way to set the default language. But you can do this by changing the config/packages/jms_i18n_routing.yaml file to

jms_i18n_routing:
  default_locale: en
  locales: [de, en, fr, es, vi, zh]
  strategy: prefix_except_default

to switch the default language to english.

timowevel1 commented 3 years ago

Thank you!