- 🚀 Getting Started
- Introduction
- Quick Start Guide
- Translator
- Glossary
- Variables
- 💻 Project integration (CLI)
- Project structures
- Translate
- 📄 Formats
- JSON
- Java-Properties
- PHP-Array
- PO
- YAML
- 📚 Resources
- API Reference
- CLI Overview
PO Format
Format
Simpleen supports PO files and the gettext format.
msgid ""
msgstr ""
"Last-Translator: Denis Augsburger <denis.augsburger@simpleen.io>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Let’s translate PO files."
msgstr "Lass uns PO Dateiein übersetzen."
msgid "%d page read."
msgid_plural "%d pages read."
msgstr[0] "Eine Seite gelesen."
msgstr[1] "%d Seiten gelesen."
By default all messages (msgstr) are getting translated.
The meta data is not translated and returned unaltered.