rarfell / dimeApp

Dime is a beautiful expense tracker built with iOS design guidelines in mind.
https://apps.apple.com/sg/app/dime-budget-expense-tracker/id1635280255
GNU General Public License v3.0
797 stars 112 forks source link

Refactor localization #41

Open lutzzdias opened 7 months ago

lutzzdias commented 7 months ago

As discussed in the discord, I've implemented the strings within an enum. This makes it check spelling (for the enum cases). I tested as much as I could (wasn't able to test the widgets though).

I did not check for strings that were not in the Localizable.strings file. There may be more strings to add to the stringConstants file.