diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-13 16:25:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-13 16:25:53 +0100 |
commit | 4c61660a0ab6224079c67d8282b282772a0772e4 (patch) | |
tree | b7f350fa0fec326187829177d77da283ae3a6049 /client/angular.json | |
parent | f12c18db513ba3d84ee465c2338c5283be7fab10 (diff) | |
download | PeerTube-4c61660a0ab6224079c67d8282b282772a0772e4.tar.gz PeerTube-4c61660a0ab6224079c67d8282b282772a0772e4.tar.zst PeerTube-4c61660a0ab6224079c67d8282b282772a0772e4.zip |
Add uk-UA locale support
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json index d34afdb01..f9e7cb278 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -148,6 +148,10 @@ | |||
148 | "is": { | 148 | "is": { |
149 | "translation": "src/locale/angular.is.xlf", | 149 | "translation": "src/locale/angular.is.xlf", |
150 | "baseHref": "/client/is/" | 150 | "baseHref": "/client/is/" |
151 | }, | ||
152 | "uk": { | ||
153 | "translation": "src/locale/angular.uk-UA.xlf", | ||
154 | "baseHref": "/client/uk-UA/" | ||
151 | } | 155 | } |
152 | } | 156 | } |
153 | }, | 157 | }, |