Skip to content

Commit

Permalink
feat: removed turkish
Browse files Browse the repository at this point in the history
  • Loading branch information
prodesert22 committed Sep 11, 2023
1 parent 45d4db8 commit f16c2b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 956 deletions.
6 changes: 1 addition & 5 deletions monorepo/packages/shared/src/locales/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ import i18next from 'i18next';
import LanguageDetector from 'i18next-browser-languagedetector';
import { initReactI18next } from 'react-i18next';
import enTranslation from './en.json';
import trTranslation from './tr.json';

const resources = {
en: {
translation: enTranslation,
},
tr: {
translation: trTranslation,
},
};

export const availableLanguages = ['en', 'tr'];
export const availableLanguages = ['en'];
export const defaultLocale = 'en';

const determineLngFn = (code: string): string => {
Expand Down
Loading

0 comments on commit f16c2b8

Please sign in to comment.