Skip to content
Snippets Groups Projects
Unverified Commit 4b71dd10 authored by TunahanDilercan's avatar TunahanDilercan Committed by GitHub
Browse files

[FEAT] Add Turkish Language Support (tr.js) #3108 (#3141)

parent d90571fa
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ import Dutch from "./nl/common.js"; ...@@ -28,6 +28,7 @@ import Dutch from "./nl/common.js";
import Vietnamese from "./vn/common.js"; import Vietnamese from "./vn/common.js";
import TraditionalChinese from "./zh_TW/common.js"; import TraditionalChinese from "./zh_TW/common.js";
import Farsi from "./fa/common.js"; import Farsi from "./fa/common.js";
import Turkish from "./tr/common.js";
export const defaultNS = "common"; export const defaultNS = "common";
export const resources = { export const resources = {
...@@ -73,4 +74,7 @@ export const resources = { ...@@ -73,4 +74,7 @@ export const resources = {
fa: { fa: {
common: Farsi, common: Farsi,
}, },
tr: {
common: Turkish,
},
}; };
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment