We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3801d32 commit 259f00dCopy full SHA for 259f00d
src/i18n/index.ts
@@ -1,5 +1,7 @@
1
import en from './en'
2
+import tr from './tr'
3
4
export default {
- en
5
+ en,
6
+ tr
7
}
0 commit comments