ChawkBazar Documentation
WelcomeTech We Have UsedGetting Started
Available Scripts & Command
How Can I use this app
Demo Deploy
Features
Settings
Payment
Shop Transfer
SEO and Analytics
API
Multilingual & Translation
TranslationExisting LanguageNew LanguageDefault Language
OTP (Mobile Number Verification)Email ConfigurationEmail VerificationSocial LoginSubscribeFAQ PageContactTerms and conditions
Third-party Integrations
Deployment
Back-End Integration
Upgrade
Customizations
FAQSupportChangelogs

Translation

If you're using chawkbazar-laravel after v2.0.0 then you can translate static content for multilanguage. It doesn't matter if the language is RTL or not, you can do both. For translation we use this next-i18next package.

Existing Language

Right now, we provide translation files for ar, de, en, es, he, and zh.

If your translation language is from them then just edit the translation string from,

For Rest

chawkbazar-laravel -> shop -> public -> locales -> YOUR LANGUAGE
chawkbazar-laravel -> admin -> rest -> public -> locales -> YOUR LANGUAGE

Translation.png

After translating string from JSON re-runorrebuild` project it'll translate the static string.

New Language

If your language is not in the lists then just copy the en folder from locale and paste it in the same folder by rename your language code.

NewLanguage.png

After creating that folder edit next-i18next.config.js and add the language-code at locales object.

RegisterLanguage.png

Default Language

By default, English is the default language. To change that edit,

chawkbazar-laravel -> shop -> public -> locales -> YOUR LANGUAGE -> next-i18next.config.js
chawkbazar-laravel -> admin -> rest -> public -> locales -> YOUR LANGUAGE -> next-i18next.config.js