aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json
index a64596a08..44749d6b1 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -41,6 +41,10 @@
41 "translation": "src/locale/angular.es-ES.xlf", 41 "translation": "src/locale/angular.es-ES.xlf",
42 "baseHref": "/client/es-ES/" 42 "baseHref": "/client/es-ES/"
43 }, 43 },
44 "oc": {
45 "translation": "src/locale/angular.oc.xlf",
46 "baseHref": "/client/oc/"
47 },
44 "pt": { 48 "pt": {
45 "translation": "src/locale/angular.pt-BR.xlf", 49 "translation": "src/locale/angular.pt-BR.xlf",
46 "baseHref": "/client/pt-BR/" 50 "baseHref": "/client/pt-BR/"
@@ -208,6 +212,9 @@
208 "es-ES": { 212 "es-ES": {
209 "localize": [ "es" ] 213 "localize": [ "es" ]
210 }, 214 },
215 "oc": {
216 "localize": [ "oc" ]
217 },
211 "pt-BR": { 218 "pt-BR": {
212 "localize": [ "pt" ] 219 "localize": [ "pt" ]
213 }, 220 },