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";
import Vietnamese from "./vn/common.js";
import TraditionalChinese from "./zh_TW/common.js";
import Farsi from "./fa/common.js";
import Turkish from "./tr/common.js";
export const defaultNS = "common";
export const resources = {
......@@ -73,4 +74,7 @@ export const resources = {
fa: {
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.
Finish editing this message first!
Please register or to comment