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

Fixed an issue where translations would go missing #71

Closed Schlabbi closed 4 years ago

Schlabbi commented 4 years ago

This should fix #70.

Everytime a new translation key was added, the data of other recently added keys was accidentally overwritten in the data dict of the LocalizationsDataSource.

igorkulman commented 4 years ago

Thanks!