Skip to content

Commit 86e35d6

Browse files
authored
feat: add Turkish language support (#494)
1 parent db1e47c commit 86e35d6

File tree

2 files changed

+482
-0
lines changed

2 files changed

+482
-0
lines changed

frontend/src/langs/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import ja from './ja-jp'
77
import es from './es-es'
88
import fr from './fr-fr'
99
import ru from './ru-ru'
10+
import tr from './tr-tr'
1011

1112
export const lang = {
1213
en,
@@ -18,4 +19,5 @@ export const lang = {
1819
ru,
1920
zh,
2021
tw,
22+
tr,
2123
}

0 commit comments

Comments
 (0)