atec Translation Status

外掛說明

atec Translation Status is a diagnostic and maintenance plugin that helps you understand the real state of translations in WordPress.

Modern WordPress automatically compiles translation files for performance. When translations are missing, outdated, or incorrectly loaded, WordPress usually fails silently — no warnings, no errors.
This plugin makes translation issues visible and actionable.

What it does

  • Lists all active (loaded) textdomains
  • Detects whether translation files (.mo) exist
  • Detects whether compiled translation files (.l10n.php) exist (WP 6.5+)
  • Checks whether compiled files are out of date
  • Clearly indicates when:
    • translations are missing
    • compiled files need rebuilding
    • plugins or themes do not follow WordPress translation conventions

What it does not do

  • It does not replace WordPress’ translation system
  • It does not generate translations
  • It does not modify plugin or theme code

Instead, it helps you identify problems, rebuild safely, or contact the responsible plugin/theme developer with clear evidence.

Third-Party Services

Integrity check

Once, when activating the plugin, an integrity check is requested from our server – if you give your permission.
Source: https://atecplugins.com/
Privacy policy: https://atecplugins.com/privacy-policy/

安裝方式

  1. Upload the plugin to /wp-content/plugins/ or install via the WP admin panel.
  2. Activate the plugin from the Plugins menu.
  3. Open Tools Translation Status.
  4. Review translation states and follow recommendations.

常見問題集

Does this plugin speed up translations?

Indirectly. WordPress already handles compilation for performance.
This plugin ensures that system is working correctly.

Can this fix broken plugin translations?

It can rebuild or purge compiled files, but cannot fix broken plugin code.
If a plugin does not follow WordPress translation standards, this plugin helps you prove that.

Does it work with Polylang / WPML / multilingual plugins?

Yes. It operates at the WordPress gettext level and is compatible with multilingual setups.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈atec Translation Status〉的開發相關工作。

參與者

將〈atec Translation Status〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.6 [2026.03.24]

  • SVN upload

1.0.5 [2026.03.23]

  • Dashboard undefined issue

1.0.4 [2026.03.23]

  • WordPress.org review: Plugin URI, path helpers, no direct wp-admin file.php require, prefixed registry usage, core translation format helper.

1.0.2 [2026.01.04]

  • Fixed rebuild

1.0.1 [2026.01.03]

  • Initial Release