aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/types.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-02-22 06:22:02 +0800
committerFabio Berger <me@fabioberger.com>2018-02-22 06:22:02 +0800
commit1b3a9102f1d9c83ca6675a0e95cea6c4ceab01eb (patch)
tree05048cc309db257869248101b46e9246c1cd2283 /packages/website/ts/types.ts
parent9993a5090387e18d392f7ee832fef2504355780c (diff)
downloaddexon-sol-tools-1b3a9102f1d9c83ca6675a0e95cea6c4ceab01eb.tar
dexon-sol-tools-1b3a9102f1d9c83ca6675a0e95cea6c4ceab01eb.tar.gz
dexon-sol-tools-1b3a9102f1d9c83ca6675a0e95cea6c4ceab01eb.tar.bz2
dexon-sol-tools-1b3a9102f1d9c83ca6675a0e95cea6c4ceab01eb.tar.lz
dexon-sol-tools-1b3a9102f1d9c83ca6675a0e95cea6c4ceab01eb.tar.xz
dexon-sol-tools-1b3a9102f1d9c83ca6675a0e95cea6c4ceab01eb.tar.zst
dexon-sol-tools-1b3a9102f1d9c83ca6675a0e95cea6c4ceab01eb.zip
Move from storing translations in TS files to JSON files
Diffstat (limited to 'packages/website/ts/types.ts')
-rw-r--r--packages/website/ts/types.ts119
1 files changed, 59 insertions, 60 deletions
diff --git a/packages/website/ts/types.ts b/packages/website/ts/types.ts
index 816f61300..f6413eec5 100644
--- a/packages/website/ts/types.ts
+++ b/packages/website/ts/types.ts
@@ -677,66 +677,65 @@ export enum Language {
}
export enum Key {
- TopHeader,
- TopTagline,
- BuildCallToAction,
- CommunityCallToAction,
- ProjectsHeader,
- FullListPrompt,
- FullListLink,
- TokenizedSectionHeader,
- TokenizedSectionDescription,
- Currency,
- TraditionalAssets,
- DigitalGoods,
- OffChainOrderRelay,
- OonChainSettlement,
- OffChainOnChainDescription,
- RelayersHeader,
- BenefitsHeader,
- BenefitOneTitle,
- BenefitOneDescription,
- BenefitTwoTitle,
- BenefitTwoDescription,
- BenefitThreeTitle,
- BenefitThreeDescription,
- BuildingBlockSectionHeader,
- BuildingBlockSectionDescription,
- DevToolsPrompt,
- SmartContract,
- Docs,
- DecentralizedGovernance,
- DecentralizedGovernanceDescription,
- PredictionMarkets,
- PredictionMarketsDescription,
- StableTokens,
- StableTokensDescription,
- DecentralizedLoans,
- DecentralizedLoansDescription,
- FundManagement,
- FundManagementDescription,
- FinalCallToAction,
- Documentation,
- Community,
- Organization,
- About,
- Careers,
- Contact,
- Blog,
- Forum,
- Connect,
- Whitepaper,
- Wiki,
- And,
- Faq,
- SmartContracts,
- StandardRelayerApi,
- PortalDApp,
- Website,
- Developers,
- Home,
- RocketChat,
- FAQ,
+ TopHeader = 'TOP_HEADER',
+ TopTagline = 'TOP_TAGLINE',
+ BuildCallToAction = 'BUILD_CALL_TO_ACTION',
+ CommunityCallToAction = 'COMMUNITY_CALL_TO_ACTION',
+ ProjectsHeader = 'PROJECTS_HEADER',
+ FullListPrompt = 'FULL_LIST_PROMPT',
+ FullListLink = 'FULL_LIST_LINK',
+ TokenizedSectionHeader = 'TOKENIZED_SECTION_HEADER',
+ TokenizedSectionDescription = 'TOKENIZED_SECTION_DESCRIPTION',
+ Currency = 'CURRENCY',
+ TraditionalAssets = 'TRADITIONAL_ASSETS',
+ DigitalGoods = 'DIGITAL_GOODS',
+ OffChainOrderRelay = 'OFFCHAIN_ORDER_RELAY',
+ OonChainSettlement = 'OONCHAIN_SETTLEMENT',
+ OffChainOnChainDescription = 'OFFCHAIN_ONCHAIN_DESCRIPTION',
+ RelayersHeader = 'RELAYERS_HEADER',
+ BenefitsHeader = 'BENEFITS_HEADER',
+ BenefitOneTitle = 'BENEFIT_ONE_TITLE',
+ BenefitOneDescription = 'BENEFIT_ONE_DESCRIPTION',
+ BenefitTwoTitle = 'BENEFIT_TWO_TITLE',
+ BenefitTwoDescription = 'BENEFIT_TWO_DESCRIPTION',
+ BenefitThreeTitle = 'BENEFIT_THREE_TITLE',
+ BenefitThreeDescription = 'BENEFIT_THREE_DESCRIPTION',
+ BuildingBlockSectionHeader = 'BUILDING_BLOCK_SECTION_HEADER',
+ BuildingBlockSectionDescription = 'BUILDING_BLOCK_SECTION_DESCRIPTION',
+ DevToolsPrompt = 'DEV_TOOLS_PROMPT',
+ SmartContract = 'SMART_CONTRACT',
+ Docs = 'DOCS',
+ DecentralizedGovernance = 'DECENTRALIZED_GOVERNANCE',
+ DecentralizedGovernanceDescription = 'DECENTRALIZED_GOVERNANCE_DESCRIPTION',
+ PredictionMarkets = 'PREDICTION_MARKETS',
+ PredictionMarketsDescription = 'PREDICTION_MARKETS_DESCRIPTION',
+ StableTokens = 'STABLE_TOKENS',
+ StableTokensDescription = 'STABLE_TOKENS_DESCRIPTION',
+ DecentralizedLoans = 'DECENTRALIZED_LOANS',
+ DecentralizedLoansDescription = 'DECENTRALIZED_LOANS_DESCRIPTION',
+ FundManagement = 'FUND_MANAGEMENT',
+ FundManagementDescription = 'FUND_MANAGEMENT_DESCRIPTION',
+ FinalCallToAction = 'FINAL_CALL_TO_ACTION',
+ Documentation = 'DOCUMENTATION',
+ Community = 'COMMUNITY',
+ Organization = 'ORGANIZATION',
+ About = 'ABOUT',
+ Careers = 'CAREERS',
+ Contact = 'CONTACT',
+ Blog = 'BLOG',
+ Forum = 'FORUM',
+ Connect = 'CONNECT',
+ Whitepaper = 'WHITEPAPER',
+ Wiki = 'WIKI',
+ And = 'AND',
+ Faq = 'FAQ',
+ SmartContracts = 'SMART_CONTRACTS',
+ StandardRelayerApi = 'STANDARD_RELAYER_API',
+ PortalDApp = 'PORTAL_DAPP',
+ Website = 'WEBSITE',
+ Developers = 'DEVELOPERS',
+ Home = 'HOME',
+ RocketChat = 'ROCKETCHAT',
}
export enum Deco {