MauriceNino / gamerpals-webclient

The Website for the GamerPals system.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Implement i18n with EN, DE, FR, SP support #12

Open MauriceNino opened 5 years ago

MauriceNino commented 5 years ago

The user might want to change the language of the site to his native language. Or change it from his native language to english.

For this there are some i18n libraries which support different things:

i18n in Angular 8 currently only supports static language injection. For each language there is a seperate version of the whole püroject built.

i18n in Angular 9 is planned to run in Ivy and should support dynamic loading of languages.

ngx-language supports dynamic language loading but is not officially supported and might have some bugs.

ngx-language: https://github.com/ngx-translate/core

MauriceNino commented 5 years ago

Waitin for Angular 9