-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
There are few issues related to i18n:
- Currently only strings from the PHP file are available for translation: https://translate.wordpress.org/projects/wp-plugins/insert-special-characters/dev/de/default/
To fix this the source files should get committed as well sowp i18n make-pot(used on w.org to parse the files) can pick them up. - The script has no text domain assigned via
wp_set_script_translations().
This prevents WordPress from loading the correct translation file for the script. - Group names and the filter button isn't translatable.
This needs likely a change toreact-character-mapsince the strings are hardcoded in https://github.com/Dayjo/react-character-map/blob/master/src/component/CharacterMap.js#L175-L185. Would be nice to pass labels via properties.
Metadata
Metadata
Assignees
Labels
type:bugSomething isn't working.Something isn't working.