add contract page with dynamic form elements
This commit is contained in:
@@ -15,11 +15,10 @@ const resources = {
|
||||
};
|
||||
|
||||
i18next
|
||||
.use(LanguageDetector)
|
||||
.use(initReactI18next)
|
||||
.init({
|
||||
resources: resources,
|
||||
fallbackLng: "en",
|
||||
fallbackLng: "fr",
|
||||
debug: Config.debug,
|
||||
detection: {
|
||||
caches: [],
|
||||
|
||||
Reference in New Issue
Block a user