Dear all,
May I ask if you know how to show resources for JSON files? We'd like to see RnD's comments for each string.
This functions works for JAVA PROPERTIES, but I can't find it work for JSON. Does it means Passolo doesn't support it yet?
Thanks
Dear all,
May I ask if you know how to show resources for JSON files? We'd like to see RnD's comments for each string.
This functions works for JAVA PROPERTIES, but I can't find it work for JSON. Does it means Passolo doesn't support it yet?
Thanks
According to json.org, RFC 4627, and RFC 8259, comments of the form //… or /*…*/ are not allowed in JSON. So having such comments may turn your JSON into an invalid file. On the other side JSON derivatives like RESJSON and ARB support comments in JSON data and Passolo correctly handles it.
Please also read
https://docs.sdl.com/785448/507835/sdl-passolo-help/add-in-for-javascript-object-notation--json--file-format-types
https://community.sdl.com/product-groups/translationproductivity/passolo/f/forum/6831/comments-in-json-resjson
How does your comments look like?
Thanks for your quick answer, Achim. I will check RnD to see if they use //... for comments.
Hi, we add entry like
"Comment_NAME": "Comment: THIS IS THE NAME OF THE CUSTOMER",
"NAME": "Name",
in the Json