mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Added support for new locales
refs https://github.com/TryGhost/Team/issues/2795 - PRs for these locales were merged this morning so we need this to enable the languages
This commit is contained in:
parent
3a0768cfda
commit
7435b18c85
@ -2,6 +2,7 @@ const i18next = require('i18next');
|
||||
|
||||
const SUPPORTED_LOCALES = [
|
||||
'af',
|
||||
'bg',
|
||||
'ca',
|
||||
'cs',
|
||||
'de',
|
||||
@ -15,7 +16,9 @@ const SUPPORTED_LOCALES = [
|
||||
'nl',
|
||||
'pl',
|
||||
'pt-br',
|
||||
'sl',
|
||||
'sv',
|
||||
'tr',
|
||||
'vi'
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user