Skip to content

Commit

Permalink
Pr 2660 branch (#2662)
Browse files Browse the repository at this point in the history
* Add a basic Traditional Chinese(zh_TW) locale

* patch lang code

---------

Co-authored-by: Peter Dave Hello <[email protected]>
  • Loading branch information
timothycarambat and PeterDaveHello authored Nov 20, 2024
1 parent 363f51a commit 907a03b
Show file tree
Hide file tree
Showing 2 changed files with 475 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/locales/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import Italian from "./it/common.js";
import Portuguese from "./pt_BR/common.js";
import Hebrew from "./he/common.js";
import Dutch from "./nl/common.js";
import TraditionalChinese from "./zh_TW/common.js";

export const defaultNS = "common";
export const resources = {
Expand All @@ -34,6 +35,9 @@ export const resources = {
zh: {
common: Mandarin,
},
"zh-tw": {
common: TraditionalChinese,
},
es: {
common: Spanish,
},
Expand Down
Loading

0 comments on commit 907a03b

Please sign in to comment.