mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 14:33:59 +10:00
- implement i18n
- translation dynamic for sections - added articles for SEO
This commit is contained in:
7
src/i18n/locales/index.js
Normal file
7
src/i18n/locales/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import en from './en.json';
|
||||
import kn from './kn.json';
|
||||
|
||||
export default {
|
||||
en: { translation: en },
|
||||
kn: { translation: kn },
|
||||
};
|
||||
Reference in New Issue
Block a user