Skip to content

v0.4.1 — Full i18n & RTL Support

Choose a tag to compare

@github-actions github-actions released this 24 Feb 12:33
· 4 commits to main since this release

What's New

Internationalization (i18n)

  • All 200+ admin UI strings are now translatable via @wordpress/i18n
  • Block editor and relational fields use the correct text domain (codeideal-open-fields)
  • load_plugin_textdomain() and wp_set_script_translations() properly configured for all JS handles
  • Vite build outputs IIFE format with wp.i18n globals
  • POT file regenerated with 154 PHP strings
  • Translate the plugin at translate.wordpress.org

RTL Support

  • All directional CSS classes replaced with logical properties (ms-, me-, ps-, pe-, start-, end-, text-start, text-end, border-s-)
  • Switch component handles RTL direction correctly
  • Admin interface works properly in Arabic, Hebrew, Farsi, and other RTL languages

Files Changed

  • 24 React components wrapped with i18n
  • 3 PHP files updated for translation loading
  • 3 JS files fixed for correct text domain
  • 19 files updated for RTL-compatible CSS