Skip to content

Commit 259f00d

Browse files
committed
i18n: include turkish translations
1 parent 3801d32 commit 259f00d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/i18n/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import en from './en'
2+
import tr from './tr'
23

34
export default {
4-
en
5+
en,
6+
tr
57
}

0 commit comments

Comments
 (0)