UI translation strings for AWX

This commit is contained in:
Christian Adams
2020-02-19 11:26:49 -05:00
parent 0d31b05f98
commit 0976e9e569
11 changed files with 14055 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
const SUPPORTED_LOCALES = ['en', 'es', 'fr', 'ja', 'nl'];
const SUPPORTED_LOCALES = ['en', 'es', 'fr', 'ja', 'nl', 'zh'];
const DEFAULT_LOCALE = 'en';
const BASE_PATH = global.$basePath ? `${global.$basePath}languages/` : '/static/languages/';