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
936 stars 129 forks source link

Refactor localization #41

Closed lutzzdias closed 1 month ago

lutzzdias commented 11 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.