Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaktepee authored Feb 27, 2024
1 parent 6719a37 commit a2f2687
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 a2f2687

Please sign in to comment.