Skip to content

Commit

Permalink
Merge pull request #73 from alperaktepee/patch-2
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
ozanyurtsever authored Mar 4, 2024
2 parents 6ccc913 + a2f2687 commit a19519f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/locale/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import EN from './languages/en.json';
import FR from './languages/fr.json';
import PTBR from './languages/ptBr.json';
import RU from './languages/ru.json';

import TR from './languages/tr.json';
export const resources = {
ar: {},
de: {},
Expand All @@ -17,6 +17,7 @@ export const resources = {
pt: {},
ptBr: PTBR,
ru: RU,
tr: TR,
ukr: {},
zh: {},
} as const;
Expand Down

0 comments on commit a19519f

Please sign in to comment.