Include comments in the exports
M
Mikko Koskenseppä
Add an option to include comments (Code Descriptions) in the exported translations.
For example, when working with .xcstrings/xml files, replacing the previous translation file with the export causes Xcode/Android Studio to no longer display comments for the strings.
Currently, the workaround is to merge the project's existing file with the updated file using
jq
or similar tools while preserving the comments
field.