diff --git a/projects/angular-material-extensions/select-country/src/lib/mat-select-country.module.ts b/projects/angular-material-extensions/select-country/src/lib/mat-select-country.module.ts index 80ee835..7587b61 100644 --- a/projects/angular-material-extensions/select-country/src/lib/mat-select-country.module.ts +++ b/projects/angular-material-extensions/select-country/src/lib/mat-select-country.module.ts @@ -20,16 +20,22 @@ import { JoinStringsPipe } from "./join.pipe"; import { MatSelectCountryComponent } from "./mat-select-country.component"; export type MatSelectCountrySupportedLanguages = + | "be" | "br" + | "ca" | "de" | "en" | "es" + | "eu" | "fr" + | "gl" | "hr" | "hu" | "it" | "nl" - | "pt"; + | "pt" + | "ru" + | "uk"; /** * @author Anthony Nahas