Build jsi18n for all supported languages (#4007)

This commit is contained in:
Mira
2024-03-22 10:19:27 +01:00
committed by GitHub
parent 2d8fba7d7c
commit a946c10ab4

View File

@@ -111,6 +111,7 @@ LANGUAGES_RTL = {
LANGUAGES_INCUBATING = {
'fi', 'pt-br', 'gl',
}
LANGUAGES = ALL_LANGUAGES
LOCALE_PATHS = [
os.path.join(os.path.dirname(__file__), 'locale'),
]