0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

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 = [ const SUPPORTED_LOCALES = [
'af', 'af',
'ca',
'cs', 'cs',
'de', 'de',
'en', 'en',
'eo',
'es', 'es',
'fr', 'fr',
'hu', 'hu',
'it',
'mn', 'mn',
'nl', 'nl',
'pl' 'pl',
'pt-br',
'sv',
'vi'
]; ];
/** /**