Initial Project Commit
This commit is contained in:
commit
a6dea9c888
2148 changed files with 173870 additions and 0 deletions
9
src/main/webapp/app/config/language.constants.ts
Normal file
9
src/main/webapp/app/config/language.constants.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
Languages codes are ISO_639-1 codes, see http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||
They are written in English to avoid character encoding issues (not a perfect solution)
|
||||
*/
|
||||
export const LANGUAGES: string[] = [
|
||||
'pt-pt',
|
||||
'en',
|
||||
// jhipster-needle-i18n-language-constant - JHipster will add/remove languages in this array
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue