codeeu / codeweek

Codeweek.eu - Laravel Codebase
https://codeweek.eu
MIT License
18 stars 11 forks source link

Check language for all pages and redirect #357

Closed alainvd closed 5 years ago

alainvd commented 5 years ago

Allow any page to be linked with a language code

alainvd commented 5 years ago

The language detection is active on codeweek.eu.

Now, you can share links with an additional parameter named ‘lang’ and the language will be set automatically.

For example, to link the training modules in Spanish, you can use the following URL: https://codeweek.eu/training?lang=es

This extra parameter works on all the pages.

The full list of languages codes is the following: Albanese: al Bosnian: ba Bulgarian: bg Croatian: hr Czech: cs Danish: da Dutch: nl English: en Estonian: et Finnish: fi French: fr German: de Greek: el Hungarian: hu Italian: it Latvian: lv Lithuanian: lt Macedonian: mk Maltese: mt Montenegrin: me Polish: pl Portuguese: pt Romanian: ro Serbian: rs Slovak: sk Slovenian: sl Spanish: es Swedish: sv Turkish: tr

Those codes are case insensitive so you can use lowercase or uppercase language code.

ioana-chiorean commented 5 years ago

🙌