# PostOrbit Language Files

Place translation files (.pot, .po, .mo) in this directory.

## Generating Translation Template

To generate a POT file for translators:

```bash
# Using WP-CLI
wp i18n make-pot . languages/postorbit.pot --domain=postorbit

# Or using the @wordpress/scripts package
npx wp-scripts i18n make-pot
```

## File Naming Convention

- `postorbit.pot` - Translation template
- `postorbit-{locale}.po` - Translation source (e.g., `postorbit-fr_FR.po`)
- `postorbit-{locale}.mo` - Compiled translation (e.g., `postorbit-fr_FR.mo`)

## Contributing Translations

If you'd like to contribute translations, please submit them through:
https://translate.wordpress.org/projects/wp-plugins/postorbit/
