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.
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?
I have implemented the translation function
__
fromwp.i18n
for theBible 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 thelanguages/plugins
folder. Until now there are onlypot
,po
, andmo
files.What should trigger the output of a
.json
file? Maybe the presence of ablock.json
file?