Make UI strings translatable
-
I found 2 UI strings that should be translated, but they missed their I18N code.
text-domain-inspector.php, Line 123
return $this->isTurnedOn() ? __( 'Turn off Text Domain Inspector', 'text-domain-inspector' ) : __( 'Inspect Text Domains', 'text-domain-inspector' );
I used this plugin in WordPress 6.1.1 without error, and I think it’s time to update the “Tested up to” header to 6.1.
- The topic ‘Make UI strings translatable’ is closed to new replies.