Closed josefdolezal closed 6 years ago
Why did those images got replaced?
1 Warning | |
---|---|
:warning: | You might want to include a CHANGELOG entry. |
Generated by :no_entry_sign: Danger
Uh, I forgot to mention it! I move all app Resources (assets catalog, splash screen story board and configuration plist) into Resources group - It makes the project structure cleaner.
It also looks like Travis is failing again for some reason.. o.O
No idea, why travis is failing those build logs are sometimes hell...
This is really weird, it works just fine on my laptop..
Cool, it works with new Xcode, I will squash the CI commits and it's ready to merge.
This PR introduces CZ/EN localization discussed in #22. All hardcoded strings are now replaced with localized strings based on user's phone preferences.
Localization string keys are converted to name-spaced enum to ensure compile-time check of strings validity. The enums are generated with SwiftGen using aggregated Xcode target.
I have also added Danger action, which checks whether both languages are updated together.
✅ The README is updated.