LabLamb / KalKa-iOS

An iOS app that helps internet stores to manage their sales.
https://apps.apple.com/app/kalka/id1500412773
MIT License
2 stars 1 forks source link

Language option #65

Closed LabLamb closed 4 years ago

LabLamb commented 4 years ago

Story

As a user I want to freely change the application language so that the UI is agnostic from the system language setting.

Acceptance Criteria

Scenario 1

Given: user clicked on the settings tab When: settings screen loaded Then: a TextField is shown AND: it uses current app language as placeholder

Scenario 2

Given: language TextField exists When: the user click on the TextField Then: a language picker is shown

Scenario 3

Given: language picker exists When: the user picks a language in the picker AND: the user clicks Done button Then: the app language will change

Scenario 4

Given: language picker exists When: the user picks a language in the picker AND: the user clicks Cancel button Then: the app language will not change