From 8745cd1b8250c370b1681f0728116150c72a4279 Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Tue, 5 Mar 2019 16:31:48 +0100 Subject: setup react-intl translations managing script --- src/components/subscription/SubscriptionForm.js | 60 ++++++++++++------------- 1 file changed, 29 insertions(+), 31 deletions(-) (limited to 'src/components/subscription') diff --git a/src/components/subscription/SubscriptionForm.js b/src/components/subscription/SubscriptionForm.js index 90da8ddc3..7a818d100 100644 --- a/src/components/subscription/SubscriptionForm.js +++ b/src/components/subscription/SubscriptionForm.js @@ -35,31 +35,29 @@ const messages = defineMessages({ id: 'subscription.includedFeatures', defaultMessage: '!!!The Franz Premium Supporter Account includes', }, - features: { - onpremise: { - id: 'subscription.features.onpremise.mattermost', - defaultMessage: '!!!Add on-premise/hosted services like Mattermost', - }, - noInterruptions: { - id: 'subscription.features.noInterruptions', - defaultMessage: '!!!No app delays & nagging to upgrade license', - }, - proxy: { - id: 'subscription.features.proxy', - defaultMessage: '!!!Proxy support for services', - }, - spellchecker: { - id: 'subscription.features.spellchecker', - defaultMessage: '!!!Support for Spellchecker', - }, - ads: { - id: 'subscription.features.ads', - defaultMessage: '!!!No ads, ever!', - }, - comingSoon: { - id: 'subscription.features.comingSoon', - defaultMessage: '!!!coming soon', - }, + onpremise: { + id: 'subscription.features.onpremise.mattermost', + defaultMessage: '!!!Add on-premise/hosted services like Mattermost', + }, + noInterruptions: { + id: 'subscription.features.noInterruptions', + defaultMessage: '!!!No app delays & nagging to upgrade license', + }, + proxy: { + id: 'subscription.features.proxy', + defaultMessage: '!!!Proxy support for services', + }, + spellchecker: { + id: 'subscription.features.spellchecker', + defaultMessage: '!!!Support for Spellchecker', + }, + ads: { + id: 'subscription.features.ads', + defaultMessage: '!!!No ads, ever!', + }, + comingSoon: { + id: 'subscription.features.comingSoon', + defaultMessage: '!!!coming soon', }, euTaxInfo: { id: 'subscription.euTaxInfo', @@ -85,7 +83,7 @@ export default @observer class SubscriptionForm extends Component { showSkipOption: false, skipAction: () => null, skipButtonLabel: '', - } + }; static contextTypes = { intl: intlShape, @@ -162,18 +160,18 @@ export default @observer class SubscriptionForm extends Component {

-- cgit v1.2.3-54-g00ecf