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:
parent
e52dc1afb1
commit
a9ad931c9f
1 changed files with 7 additions and 1 deletions
|
@ -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'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue