From c7444546e7b9706df40f1bf27563b1a3e29ff71f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 16 Dec 2020 11:45:12 +0100 Subject: Add gl support --- client/angular.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client') diff --git a/client/angular.json b/client/angular.json index 6c0289041..9bf02e271 100644 --- a/client/angular.json +++ b/client/angular.json @@ -93,6 +93,10 @@ "translation": "src/locale/angular.ca-ES.xlf", "baseHref": "/client/ca-ES/" }, + "gl": { + "translation": "src/locale/angular.gl-ES.xlf", + "baseHref": "/client/gl-ES/" + }, "cs": { "translation": "src/locale/angular.cs-CZ.xlf", "baseHref": "/client/cs-CZ/" @@ -307,6 +311,7 @@ "languages": [ "ar", "ca-ES", + "gl-ES", "cs-CZ", "da-DK", "de-DE", -- cgit v1.2.3