Releases: owenzhao/Xliff-Tool
Releases · owenzhao/Xliff-Tool
1.5.2 released
1.5.0 released
- Added usage method of Apple translation.
- Added Apple translation.
- Fixed an issue where the progress was not updated in time.
1.4.0
1.3.1
- Added code to deal with escaping characters in XML.
- Allow empty target each by each as in Xcode some human readable copyright info is empty by default.
- Updated Chinese translations.
Further more, for me own experience, Xcode 13.x had issues on export and import translations. Sometimes, it couldn't even import the xcloc file it just exported. You can tested this by just exporting xcloc file from your project and import the english(assuming English was your development language) right away. If there are many warnings, more than the common empty copyright warnings. Then your exported file was corrupted.
The workaround I found was to remove the target language in Xcode, and added it again. Then export another time. Some times, the issue would be resolved.
1.2.5
1.2.4
1.2.3
1.0.2
1.0.1
- Fixed a UI issue that note is not shown completely when note is very long.
- Fixed an issue when save a file, from menu or window close, the current unverified editing was not saved.
- Whenever you changes the translation, the isEdit state changes.
- Added Undo to target textview.
- Input indicator will keep consistent size while using input method.
- When editing in the middle of the string in target textview, input indicator will no longer be moved to the end.
- Removed unused xliff file.
- The app has been already notarized by Apple.