mohakapt / Stringz

A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
https://github.com/mohakapt/Stringz
GNU General Public License v3.0
951 stars 46 forks source link

Please add xcloc/xliff files support. #34

Open megabitsenmzq opened 1 year ago

megabitsenmzq commented 1 year ago

This app is beneficial when editing existing translations. But It can't find missing strings from codes.

Xcode can generate xcloc/xliff files with "Product/Export Localizations". It will add missing strings from code, which is safer than adding them by hand. It will be very helpful if you can support these formats.