# Translation Files

This directory contains translation files for the Service Bookings plugin.

## How to Translate

1. **Generate POT file:**
   Use WP-CLI or a tool like Poedit to scan the plugin and generate a `.pot` file:
   ```bash
   wp i18n make-pot . languages/oryx-bookings.pot
   ```

2. **Create translation:**
   - Open the `.pot` file with Poedit or a similar tool
   - Create a new translation (e.g., Arabic: `ar.po`)
   - Translate all strings
   - Save both `.po` and `.mo` files

3. **File naming:**
   - Template: `oryx-bookings.pot`
   - Arabic: `oryx-bookings-ar.po` and `oryx-bookings-ar.mo`
   - French: `oryx-bookings-fr_FR.po` and `oryx-bookings-fr_FR.mo`

## Supported Locales

The plugin is ready to be translated into any language. Simply create the appropriate `.po` and `.mo` files.
