Skip to content

Commit

Permalink
Add a basic Traditional Chinese(zh_TW) locale
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Nov 17, 2024
1 parent 363f51a commit 6921f28
Show file tree
Hide file tree
Showing 2 changed files with 499 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 Down Expand Up @@ -61,4 +62,7 @@ export const resources = {
nl: {
common: Dutch,
},
zh_TW: {
common: TraditionalChinese,
}
};
Loading

0 comments on commit 6921f28

Please sign in to comment.