Updated spanish translation xliff and json

locale is now retrieved from cookies
This commit is contained in:
Isaac Grynsztein
2020-03-15 03:58:31 -04:00
parent c17d29075e
commit ddcd1d0772
6 changed files with 2097 additions and 302 deletions

View File

@@ -7,6 +7,12 @@
"root": "",
"sourceRoot": "src",
"projectType": "application",
"i18n": {
"sourceLocale": "en-US",
"locales": {
"es": "src/locale/messages.es.xlf"
}
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
@@ -52,6 +58,9 @@
"with": "src/environments/environment.prod.ts"
}
]
},
"es": {
"localize": ["es"]
}
}
},
@@ -63,6 +72,9 @@
"configurations": {
"production": {
"browserTarget": "youtube-dl-material:build:production"
},
"es": {
"browserTarget": "youtube-dl-material:build:es"
}
}
},