A simple application for retrieving lunch menus of selected restaurants using https://github.com/tomaskadlec/lunch_guy API
The app is currently localized into Czech and English. We use SwiftGen
to generate localization enum
s which are used acrossed whole app. If you updated the Localization.strings
files, just switch Xcode target to Localization and build it. While editing these files, remember to always edit all languages accordingly - but don't worry, Danger will check that for you once you create the pull request.