igorkulman / iOSLocalizationEditor

Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side
MIT License
1.46k stars 116 forks source link

working on using existing AppleGlot Glossary for initial translation of missing translations. #65

Closed flemingm closed 5 years ago

flemingm commented 5 years ago

Added File menu item to select one or more Glossaries. Added parsing of .lg file from https://developer.apple.com/internationalization/ Added hashing to localization to allow easy removal of duplicates when loading .lg file

Known issue: key don't alway = base translation.

Working on fix this by looking up value in base language and then using it's key to apple to translation.

flemingm commented 5 years ago

NOTE: Enhancement