Skip to content

Commit

Permalink
rename to locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Specy committed May 10, 2024
1 parent 126417c commit 2249bf7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/i18n/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import i18next from 'i18next';
import {initReactI18next} from 'react-i18next';
import {i18n_en} from './translations/en'
import {i18n_it} from "$i18n/translations/it";
import {i18n_test} from "$i18n/translations/test/locale-test";
import {i18n_en} from '$i18n/locales/en'
import {i18n_it} from "$i18n/locales/it";
import {i18n_test} from "$i18n/locales/test/locale-test";
import {IS_DEV} from "$config";

export type EngI18n = typeof i18n_en
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {i18n_en} from "$i18n/translations/en";
import {i18n_en} from "$i18n/locales/en";
import {AppI18N} from "$i18n/i18n";

function prefixKeysWithChar(obj: Record<string, any>, replace: string): Record<string, any> {
Expand Down

0 comments on commit 2249bf7

Please sign in to comment.