Translations

Email Reports for WooCommerce is fully translatable. It ships with translations for several languages, and you can translate or reword any string yourself.

Included translations

  • English — default, always included
  • German (Deutsch)
  • Spanish (Spain)
  • French (France)
  • Gujarati
  • Hebrew

The plugin uses whichever of these matches your Site Language in Settings > General. If your language isn’t listed, the plugin falls back to English until you add a translation.

Text domain and language files

The plugin’s text domain is sales-report-email-pro. That’s the identifier translation tools match on, and it stays the same even though the plugin is now called Email Reports for WooCommerce — changing it would break every existing translation.

Translation files are named sales-report-email-pro-{locale}.po and .mo, for example sales-report-email-pro-de_DE.po. The bundled ones live in the plugin’s lang/ folder, along with sales-report-email-pro.pot — the empty template to start a new language from.

Don’t save your translations inside the plugin
Anything you put in the plugin’s own lang/ folder is overwritten the next time the plugin updates. Save your files to wp-content/languages/plugins/ instead, or let Loco Translate use its custom location — those survive updates.

How to translate

  • Translate with Loco Translate — edit strings from the WordPress admin. The quickest option for a single-language store, or for rewording a few labels.
  • WPML — for multilingual stores that need the strings translated per language.

If you translate the plugin into a language that isn’t included, send us the .po and .mo files through our contact form and we’ll ship them with the plugin.