Translations for Etchenet Reviews for Google Business
=====================================================

The plugin is translation-ready. Text domain: `etchenet-reviews-for-google-business`.

Source strings in PHP are US English (`en_US`), as required for the WordPress.org
translation workflow.

All translation files must use the prefix
`etchenet-reviews-for-google-business-` (for example,
`etchenet-reviews-for-google-business-fr_FR.po`).

Included in `languages/`:

- `etchenet-reviews-for-google-business.pot` - source template
- `etchenet-reviews-for-google-business-es_ES.po` / `.mo` - Spanish (Spain)
- `etchenet-reviews-for-google-business-fr_FR.po` / `.mo` - French (France)

WordPress loads translations by locale from the filename. English (US) uses the
English strings shipped in the plugin code and does not need a separate catalog.

Domain path in the plugin: `/languages` (relative to the plugin folder).

### Maintainer workflow

From the plugin root:

1. Run `wp i18n make-pot . languages/etchenet-reviews-for-google-business.pot --domain=etchenet-reviews-for-google-business` to rebuild the template from PHP sources.
2. Use Poedit, Loco Translate, or another gettext-compatible tool to merge the updated POT into `es_ES` and `fr_FR`.
3. Compile the Spanish and French catalogs to their corresponding `.mo` files.

Locale codes: https://make.wordpress.org/polyglots/teams/
