0
Fork 0
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:
Daniel Lockyer 2023-05-12 15:39:28 +02:00
parent 53d30199b3
commit 3ae29567d4
No known key found for this signature in database

View file

@ -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'
];