mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Fixed loading pt-br translations
fixes https://github.com/TryGhost/Ghost/issues/16805 * turns out i18next requires the country portal of the locale to be capitalized [1] * this resolves that and moves the files to the correct casing [1]: https://github.com/i18next/i18next/issues/1467#issuecomment-646305827
This commit is contained in:
parent
59a07e79ea
commit
bed7479cc2
3 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const SUPPORTED_LOCALES = [
|
||||||
'no',
|
'no',
|
||||||
'pl',
|
'pl',
|
||||||
'pt',
|
'pt',
|
||||||
'pt-br',
|
'pt-BR',
|
||||||
'ru',
|
'ru',
|
||||||
'si',
|
'si',
|
||||||
'sl',
|
'sl',
|
||||||
|
|
Loading…
Add table
Reference in a new issue