It does not work since many releases, and nobody created an issue so we
don't consider it much use
It does not work because Angular does not know this locale: https://github.com/angular/angular/tree/master/packages/common/locales
"translation": "src/locale/angular.es-ES.xlf",
"baseHref": "/client/es-ES/"
},
- "oc": {
- "translation": "src/locale/angular.oc.xlf",
- "baseHref": "/client/oc/"
- },
"pt": {
"translation": "src/locale/angular.pt-BR.xlf",
"baseHref": "/client/pt-BR/"
"es-ES": {
"localize": [ "es" ]
},
- "oc": {
- "localize": [ "oc" ]
- },
"pt-BR": {
"localize": [ "pt" ]
},
languages=(["el"]="el-GR")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-es" ]; then
languages=(["es"]="es-ES")
- elif [ ! -z ${1+x} ] && [ "$1" == "--light-oc" ]; then
- languages=(["oc"]="oc")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt" ]; then
languages=(["pt"]="pt-BR")
elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt-PT" ]; then
["gd"]="gd"
["el"]="el-GR"
["es"]="es-ES"
- ["oc"]="oc"
["pt"]="pt-BR"
["pt-PT"]="pt-PT"
["sv"]="sv-SE"
'it-IT': 'Italiano',
'ja-JP': '日本語',
'nl-NL': 'Nederlands',
- 'oc': 'Occitan',
'pl-PL': 'Polski',
'pt-BR': 'Português (Brasil)',
'pt-PT': 'Português (Portugal)',