generated from Code-4-Community/frontend-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* better importing for scripts * undo yarn.lock
- Loading branch information
Showing
10 changed files
with
212 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,55 @@ | ||
// SFTT | ||
export { default as landing } from './landing.json'; | ||
export { default as maps } from './maps.json'; | ||
export { default as notFound } from './notFound.json'; | ||
export { default as forgotPassword } from './forgotPassword.json'; | ||
export { default as forgotPasswordReset } from './forgotPasswordReset.json'; | ||
export { default as reports } from './reports.json'; | ||
export { default as login } from './login.json'; | ||
export { default as signup } from './signup.json'; | ||
export { default as home } from './home.json'; | ||
export { default as settings } from './settings.json'; | ||
export { default as faq } from './faq.json'; | ||
export { default as myTrees } from './myTrees.json'; | ||
export { default as site } from './site.json'; | ||
export { default as admin } from './admin.json'; | ||
import landing from './landing.json'; | ||
import maps from './maps.json'; | ||
import notFound from './notFound.json'; | ||
import forgotPassword from './forgotPassword.json'; | ||
import forgotPasswordReset from './forgotPasswordReset.json'; | ||
import reports from './reports.json'; | ||
import login from './login.json'; | ||
import signup from './signup.json'; | ||
import home from './home.json'; | ||
import settings from './settings.json'; | ||
import faq from './faq.json'; | ||
import myTrees from './myTrees.json'; | ||
import site from './site.json'; | ||
import admin from './admin.json'; | ||
import treePage from './treePage/treePage.json'; | ||
import treeInfo from './treePage/treeInfo.json'; | ||
import shareMenu from './treePage/shareMenu.json'; | ||
import treeActivity from './treePage/treeActivity.json'; | ||
import careEntry from './treePage/careEntry.json'; | ||
import types from './treePage/types.json'; | ||
import forms from './forms.json'; | ||
import tables from './tables.json'; | ||
import content from './content.json'; | ||
import cambridgeLanding from './cambridgeLanding.json'; | ||
|
||
export { default as treePage } from './treePage/treePage.json'; | ||
export { default as treeInfo } from './treePage/treeInfo.json'; | ||
export { default as shareMenu } from './treePage/shareMenu.json'; | ||
export { default as treeActivity } from './treePage/treeActivity.json'; | ||
export { default as careEntry } from './treePage/careEntry.json'; | ||
export { default as treeInfoTypes } from './treePage/types.json'; | ||
const translations = { | ||
en: { | ||
landing, | ||
maps, | ||
notFound, | ||
forgotPassword, | ||
forgotPasswordReset, | ||
reports, | ||
login, | ||
signup, | ||
home, | ||
settings, | ||
faq, | ||
myTrees, | ||
site, | ||
admin, | ||
treePage, | ||
treeInfo, | ||
shareMenu, | ||
treeActivity, | ||
careEntry, | ||
types, | ||
forms, | ||
tables, | ||
content, | ||
cambridgeLanding, | ||
}, | ||
}; | ||
|
||
export { default as forms } from './forms.json'; | ||
export { default as tables } from './tables.json'; | ||
export { default as content } from './content.json'; | ||
|
||
// CAMBRIDGE | ||
export { default as cambridgeLanding } from './cambridge-landing.json'; | ||
export default translations; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,53 @@ | ||
// SFTT | ||
export { default as landingEs } from './landing.json'; | ||
export { default as mapsEs } from './maps.json'; | ||
export { default as notFoundEs } from './notFound.json'; | ||
export { default as forgotPasswordEs } from './forgotPassword.json'; | ||
export { default as forgotPasswordResetEs } from './forgotPasswordReset.json'; | ||
export { default as reportsEs } from './reports.json'; | ||
export { default as loginEs } from './login.json'; | ||
export { default as signupEs } from './signup.json'; | ||
export { default as homeEs } from './home.json'; | ||
export { default as settingsEs } from './settings.json'; | ||
export { default as faqEs } from './faq.json'; | ||
export { default as myTreesEs } from './myTrees.json'; | ||
export { default as siteEs } from './site.json'; | ||
export { default as adminEs } from './admin.json'; | ||
import landing from './landing.json'; | ||
import maps from './maps.json'; | ||
import notFound from './notFound.json'; | ||
import forgotPassword from './forgotPassword.json'; | ||
import forgotPasswordReset from './forgotPasswordReset.json'; | ||
import reports from './reports.json'; | ||
import login from './login.json'; | ||
import signup from './signup.json'; | ||
import home from './home.json'; | ||
import settings from './settings.json'; | ||
import faq from './faq.json'; | ||
import myTrees from './myTrees.json'; | ||
import site from './site.json'; | ||
import admin from './admin.json'; | ||
import treePage from './treePage/treePage.json'; | ||
import treeInfo from './treePage/treeInfo.json'; | ||
import shareMenu from './treePage/shareMenu.json'; | ||
import treeActivity from './treePage/treeActivity.json'; | ||
import careEntry from './treePage/careEntry.json'; | ||
import types from './treePage/types.json'; | ||
import forms from './forms.json'; | ||
import tables from './tables.json'; | ||
import content from './content.json'; | ||
|
||
export { default as treePageEs } from './treePage/treePage.json'; | ||
export { default as treeInfoEs } from './treePage/treeInfo.json'; | ||
export { default as shareMenuEs } from './treePage/shareMenu.json'; | ||
export { default as treeActivityEs } from './treePage/treeActivity.json'; | ||
export { default as careEntryEs } from './treePage/careEntry.json'; | ||
export { default as treeInfoTypesEs } from './treePage/types.json'; | ||
const translations = { | ||
es: { | ||
landing, | ||
maps, | ||
notFound, | ||
forgotPassword, | ||
forgotPasswordReset, | ||
reports, | ||
login, | ||
signup, | ||
home, | ||
settings, | ||
faq, | ||
myTrees, | ||
site, | ||
admin, | ||
treePage, | ||
treeInfo, | ||
shareMenu, | ||
treeActivity, | ||
careEntry, | ||
types, | ||
forms, | ||
tables, | ||
content, | ||
}, | ||
}; | ||
|
||
export { default as formsEs } from './forms.json'; | ||
export { default as tablesEs } from './tables.json'; | ||
export { default as contentEs } from './content.json'; | ||
export default translations; |
Empty file.
Oops, something went wrong.