WordPress / slides

Slides: Presentations with WordPress
https://wordpress.org/plugins/slide/
88 stars 28 forks source link

i18n: load translation files for JS #36

Open atachibana opened 4 years ago

atachibana commented 4 years ago

Block menu texts are not translated as below image (French).

Though there are translation files of French and Japanese in mo and JSON format, almost all texts are not translated except "Presentation Cover Image" menu that was translated in PHP side (register.php). See bottom of the 1st image.

We need invoke wp_register_script() and wp_set_script_translations() to load translation file of JSON format for JavaScript sources. See 2nd image for applied result.

before fix:

slide-before-fix

after fix:

slide-after-fix