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

LocalizationEditor has localized itself ! #58

Closed L1cardo closed 5 years ago

L1cardo commented 5 years ago

LocalizationEditor has localized itself ! Except two strings All Missing image

igorkulman commented 5 years ago

Thanks for the PR. Localizing the app is a good idea, but I do not like the way it is done. Relaying on storyboard ids seems like a road to unmaintainable hell.

L1cardo commented 5 years ago

Is there any other way to localize the storyboard?

igorkulman commented 5 years ago

Is there any other way to localize the storyboard?

I ported a way I use in iOS apps to the localization branch. If you use it you should be able to just add a strings file for your language, no code changes needed.