mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
update path to sources directory and locales
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
files:
|
files:
|
||||||
- source: /src/i18n/sources/**/*.json
|
- source: /src/i18n/source/**/*.json
|
||||||
translation: /src/i18n/resources/%two_letters_code%/**/%original_file_name%
|
translation: /src/i18n/locales/%two_letters_code%/**/%original_file_name%
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
import i18n from 'i18next';
|
import i18n from 'i18next';
|
||||||
import { initReactI18next } from 'react-i18next';
|
import { initReactI18next } from 'react-i18next';
|
||||||
|
|
||||||
import resources from './resources';
|
import resources from './locales';
|
||||||
|
|
||||||
const languages = [
|
const languages = [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,7 +1,5 @@
|
|||||||
import en from './en';
|
import en from './en';
|
||||||
import kn from './kn';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
en,
|
en,
|
||||||
kn,
|
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user