623 Add common.json for shared translation strings
This commit is contained in:
+2
-1
@@ -3,9 +3,10 @@ import { initReactI18next } from 'react-i18next'
|
||||
|
||||
// translation files
|
||||
import en from './en.json'
|
||||
import enCommon from './en/common.json'
|
||||
|
||||
const resources = {
|
||||
en: { translation: en },
|
||||
en: { common: enCommon, translation: en },
|
||||
}
|
||||
|
||||
i18n
|
||||
|
||||
Reference in New Issue
Block a user