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

@@ -0,0 +1,5 @@
import t from 'store/types';
export const initSubscriptionPlans = () => ({
type: t.INIT_SUBSCRIPTION_PLANS
});