Skip to content
Epiktetos Theme1.0.0
1.0.01 min read

Internationalization

Translation readiness and text domain details for Epiktetos.

Epiktetos declares the text domain epiktetos.

Text domain

FieldValue
Text domainepiktetos
Languages directorylanguages/
Loaderload_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 epiktetos text domain consistently.
  • Generate a .pot file 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.

Related articles