Skip to content

Commit

Permalink
✨ feat: Add Vietnamese translations and configuration (#2641)
Browse files Browse the repository at this point in the history
* Create common.js

update file common.js language vietnam

* Update resources.js

* Update common.js

* Update resources.js

* Update common.js

* Update resources.js

---------

Co-authored-by: Timothy Carambat <[email protected]>
  • Loading branch information
bibo318 and timothycarambat authored Nov 21, 2024
1 parent 190a481 commit c30ebb7
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 0 deletions.
5 changes: 5 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 Vietnamese from "./vn/common.js";
import TraditionalChinese from "./zh_TW/common.js";

export const defaultNS = "common";
Expand Down Expand Up @@ -65,4 +66,8 @@ export const resources = {
nl: {
common: Dutch,
},
vi: {
common: Vietnamese,
},

};
Loading

0 comments on commit c30ebb7

Please sign in to comment.