# Translations / Tłumaczenia

This directory contains translation files for Simple Offer Showcase plugin.

## Available Files

- `simple-offer-showcase.pot` - Translation template (140 strings)
- `simple-offer-showcase-en_US.po` - English translation (ready for translation)

## How to Translate

### Using Poedit (Recommended)

1. Download and install [Poedit](https://poedit.net/)
2. Open `simple-offer-showcase.pot` in Poedit
3. Create a new translation for your language (e.g., `en_US`, `de_DE`, `fr_FR`)
4. Translate all strings
5. Save the file as `simple-offer-showcase-{locale}.po`
6. Poedit will automatically generate the `.mo` file

### Manual Translation

1. Copy `simple-offer-showcase.pot` to `simple-offer-showcase-{locale}.po`
2. Update the header with your language information
3. Fill in the `msgstr` fields with translations
4. Compile to `.mo` file using:
   ```bash
   msgfmt simple-offer-showcase-{locale}.po -o simple-offer-showcase-{locale}.mo
   ```

## Automatic Translation in WordPress

WordPress can automatically download and install translations from wordpress.org for registered locales. If your site language is set to a supported locale, translations will be applied automatically.

## Current Status

- **Polish (pl_PL)**: Original language (no translation needed)
- **English (en_US)**: Template created, ready for translation
- **Other languages**: Use the `.pot` template to create new translations

## Need Help?

For translation issues or suggestions, contact: kontakt@easypanel.com.pl
