mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Added missing locales
- forgot to do this after merging the PRs
This commit is contained in:
parent
53d30199b3
commit
3ae29567d4
1 changed files with 3 additions and 0 deletions
|
@ -12,9 +12,11 @@ const SUPPORTED_LOCALES = [
|
|||
'es',
|
||||
'fr',
|
||||
'hu',
|
||||
'id',
|
||||
'it',
|
||||
'mn',
|
||||
'nl',
|
||||
'no',
|
||||
'pl',
|
||||
'pt',
|
||||
'pt-br',
|
||||
|
@ -24,6 +26,7 @@ const SUPPORTED_LOCALES = [
|
|||
'sv',
|
||||
'tr',
|
||||
'uk',
|
||||
'uz',
|
||||
'vi',
|
||||
'zh'
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue