Include comments in the exports
complete
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.Jakub Pomykała
complete
Hey Mikko
Thanks for the suggestion. We added
USE_CODE_DESCRIPTIONS
option for XC Strings that will use code descriptions instead the default descriptions. Please check and let me know if you have any questions. 😊