WPIntell

Source evidence

Issues loading translation .json files

Presto Player · support · 2025-01-26T09:57:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 27 rows with source links

18.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
itapress unresolved
Hello. I have seen other reports of problems with translation .json files and would like to report the following. I did a test with the Dutch language (which appears 100% translated on translate.wordpress.org ) and I noticed that: For example, the translations of the plugin settings strings, generated by translate.wordpress.org, are placed in the following file (For example, the translations of the plugin settings strings, generated by translate.wordpress.org, are placed in the following file (which refers to dist/settings.js ) presto-player-nl_NL-b3612a2cc387a0bc9c028f9a09d3e7ed.json in wp-content/languages/plugins/ And in fact the md5 hash of dist/settings.js is b3612a2cc387a0bc9c028f9a09d3e7ed . But internally, in the path wp-content/languages/plugins/ , a file named presto-player-nl_NL-d1705e89097e5f5d77df065424753dc8.json is searched. I tried renaming the first file with the name of the second and the translations appear. And so you should analyze this to understand why in various places in the plugin the translations generated by translate.wordpress.org do not appear. Thanks. I noticed that the md5 hash d1705e89097e5f5d77df065424753dc8 matches ‘ ./src ‘. And indeed, the problem seems to be caused by this line: https://plugins.trac.wordpress.org/browser/presto-player/tags/3.0.8/inc/Services/Translation.php#L58 Thanks.

Comments

1 shown
itapress 2025-01-26T11:27:00+00:00

I noticed that the md5 hash d1705e89097e5f5d77df065424753dc8 matches ‘ ./src ‘. And indeed, the problem seems to be caused by this line: https://plugins.trac.wordpress.org/browser/presto-player/tags/3.0.8/inc/Services/Translation.php#L58 Thanks.