Fixes and readme update

This commit is contained in:
Carlos
2022-07-27 19:20:04 +02:00
parent 5fcac0f70c
commit aa9f3773b2
2 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,7 @@ export const HttpLoaderFactory = (http: HttpClient): TranslateHttpLoader => {
exports: []
})
export class LanguageModule {
readonly VALID_LANGUAGES = ["en", "es", "pl"];
readonly VALID_LANGUAGES = ["en", "es", "pl", "zh"];
constructor(private languageService: LanguageService) {
this.setup();