# PhoneStamp WooCommerce Plugin Translations

This directory contains translation files for the PhoneStamp WooCommerce plugin.

## Available Languages

- **Danish (da_DK)** - Complete translation
  - `phonestamp-da_DK.po` - Editable translation file
  - `phonestamp-da_DK.mo` - Compiled binary translation file

## Translation Template

- `phonestamp.pot` - Template file for creating new translations

## Adding New Translations

1. Copy `phonestamp.pot` to `phonestamp-{locale}.po` (e.g., `phonestamp-sv_SE.po` for Swedish)
2. Translate all msgstr entries in the .po file
3. Compile the .po file to .mo using: `msgfmt -o phonestamp-{locale}.mo phonestamp-{locale}.po`
4. Upload both .po and .mo files to this directory

## Translation Context

The plugin contains translations for:
- Product type names
- Admin interface labels
- Frontend form fields
- Validation messages
- Error messages