Skip to content

Commit

Permalink
Fix #1016 - Capitalisation of zh-Hant broke traditional Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload committed Mar 16, 2024
1 parent 227defd commit 2a0e46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const locales = {
ko,
sl,
ta,
"zh-HANT": zhhant,
"zh-Hant": zhhant,
is,
ru,
gl,
Expand Down

0 comments on commit 2a0e46a

Please sign in to comment.