WIP: Arabic localization.

This commit is contained in:
a.bouhuolia
2021-06-22 12:11:55 +02:00
parent 0a276ca5e0
commit 87c903d0f3
22 changed files with 215 additions and 115 deletions

View File

@@ -1,16 +1,16 @@
import intl from 'react-intl-universal';
export const registerWizardSteps = [
export const getSetupWizardSteps = () => [
{
label: 'payment_or_trial',
label: intl.get('Plans & Payment'),
},
{
label: 'initializing',
label: intl.get('Initializing'),
},
{
label: 'getting_started',
label: intl.get('Getting started'),
},
{
label: 'congratulations',
label: intl.get('Congratulations'),
},
];