1.0.01 min read
Internationalization
Translation readiness and text domain details for Epiktetos.
Epiktetos declares the text domain epiktetos.
Text domain
| Field | Value |
|---|---|
| Text domain | epiktetos |
| Languages directory | languages/ |
| Loader | load_theme_textdomain() |
The theme loads translations from the languages directory during setup.
Translation files
The inspected version contains:
Code
languages/index.php
No .pot, .po, or .mo files were found in the inspected theme directory.
Development guidance
- Keep all user-facing strings wrapped in WordPress translation functions.
- Use the
epiktetostext domain consistently. - Generate a
.potfile before distributing a translation-ready release. - Avoid hard-coded English in PHP-rendered front-end or admin output.
Public docs note
This page documents the inspected package. A future release may add a bundled translation template.