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:
Daniel Lockyer 2023-04-10 13:55:38 +02:00
parent 3a0768cfda
commit 7435b18c85
No known key found for this signature in database

View File

@ -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'
];