Changelog Support Author Profile

Translations & RTL Support

SpotVibe comes localized for multiple regions and fully supports RTL (Right-to-Left) languages.

1. Active Languages Management

To enable multi-language options for your frontend users, navigate to Admin Panel Settings > Localization:

Admin Portal - Localization Settings

2. Adding Custom Translation Keys

To customize strings or translate custom values, edit PHP files within the lang/ directory:

3. Right-to-Left (RTL) Layout support

When Arabic (ar) is chosen by the customer, the frontend dynamically adds the dir="rtl" attribute to the root wrapper. Tailwind utilities process logical offsets (using ms- / me- and ps- / pe-) to mirror layout alignments automatically.