mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 00:52:27 +00:00
Fix #1016 - Capitalisation of zh-Hant broke traditional Chinese
This commit is contained in:
parent
227defd713
commit
2a0e46a97d
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ export const locales = {
|
||||||
ko,
|
ko,
|
||||||
sl,
|
sl,
|
||||||
ta,
|
ta,
|
||||||
"zh-HANT": zhhant,
|
"zh-Hant": zhhant,
|
||||||
is,
|
is,
|
||||||
ru,
|
ru,
|
||||||
gl,
|
gl,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue