Skip to content

Commit 4b71dd1

Browse files
[FEAT] Add Turkish Language Support (tr.js) Mintplex-Labs#3108 (Mintplex-Labs#3141)
1 parent d90571f commit 4b71dd1

File tree

2 files changed

+504
-0
lines changed

2 files changed

+504
-0
lines changed

frontend/src/locales/resources.js

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import Dutch from "./nl/common.js";
2828
import Vietnamese from "./vn/common.js";
2929
import TraditionalChinese from "./zh_TW/common.js";
3030
import Farsi from "./fa/common.js";
31+
import Turkish from "./tr/common.js";
3132

3233
export const defaultNS = "common";
3334
export const resources = {
@@ -73,4 +74,7 @@ export const resources = {
7374
fa: {
7475
common: Farsi,
7576
},
77+
tr: {
78+
common: Turkish,
79+
},
7680
};

0 commit comments

Comments
 (0)