You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm asking because it creates weird variables and methods names such as this: key home_page.title would become R.string.localizable.home_pageTitle while it would be more elegant and Swifty to have R.string.localizable.homePageTitle.
It could be great to at least have a configuration (like proposed here) to allow that if we don't want that behavior as a default one.