BibleGet-I-O / bibleget-wordpress

Plugin for WordPress that let's you insert Bible quotes into your posts or pages from a variety of Bible versions in different languages. This is a mirror of the SVN repo where the plugin gets published to the WordPress plugins store. Kudos to @kas-catholic for helping import the repo from SVN.
https://www.bibleget.io
Apache License 2.0
0 stars 2 forks source link

Translations for the block #20

Open JohnRDOrazio opened 8 months ago

JohnRDOrazio commented 8 months ago

I have implemented the translation function __ from wp.i18n for the Bible quote block, and the translatable strings have been picked up by glotpress and have been translated. However, the strings are still not showing as translated.

In my understanding, there should be a .json file produced by glotpress in the languages/plugins folder. Until now there are only pot, po, and mo files.

What should trigger the output of a .json file? Maybe the presence of a block.json file?