File tree Expand file tree Collapse file tree 5 files changed +20
-24
lines changed
Expand file tree Collapse file tree 5 files changed +20
-24
lines changed Original file line number Diff line number Diff line change 11import i18n from 'i18next' ;
22import detector from 'i18next-browser-languagedetector' ;
33import { initReactI18next } from 'react-i18next' ;
4- import TRANSLATIONS_ZH from 'locales/zhTW' ;
5- import TRANSLATIONS_EN from 'locales/en' ;
4+ import TRANSLATIONS_ZH from 'locales/zhTW.json ' ;
5+ import TRANSLATIONS_EN from 'locales/en.json ' ;
66
77const resources = {
88 en : {
Original file line number Diff line number Diff line change 1+ {
2+ "common" : {
3+ "source" : " Source: "
4+ },
5+ "meta" : {
6+ "slogan" : " Knowing your health status" ,
7+ "source" : " Dr. Wang"
8+ }
9+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "common" : {
3+ "source" : " Source: "
4+ },
5+ "meta" : {
6+ "slogan" : " 計算你的健康指標" ,
7+ "source" : " 王介立醫師"
8+ }
9+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments