mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Updated list of supported locales
refs https://github.com/TryGhost/Team/issues/2795 - stemming from recent PR merges
This commit is contained in:
parent
e52dc1afb1
commit
a9ad931c9f
@ -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'
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user