Updated list of supported locales

refs https://github.com/TryGhost/Team/issues/2795

- stemming from recent PR merges
This commit is contained in:
Daniel Lockyer 2023-04-06 19:43:10 +02:00
parent e52dc1afb1
commit a9ad931c9f
No known key found for this signature in database

View File

@ -2,15 +2,21 @@ const i18next = require('i18next');
const SUPPORTED_LOCALES = [
'af',
'ca',
'cs',
'de',
'en',
'eo',
'es',
'fr',
'hu',
'it',
'mn',
'nl',
'pl'
'pl',
'pt-br',
'sv',
'vi'
];
/**