Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

Internationalising storyboard #606

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 7 years ago

Here we will generate string files for strings specified within storyboard. Each of that string will have to have value translation in each language.

sumairasaeed commented 7 years ago

Worked on this and completed storyboard internationalisation for French. We need to do same for all other languages.

jekram commented 7 years ago

Thanks for update

jekram commented 7 years ago

I am confused what is the difference between this task and Create String files for internationalisation #604

Is this task #606 content creation or logic?

Also explain what is a storyboard?

sumairasaeed commented 7 years ago

Storyboard contains all the UI interfaces of our application. This task is content creation for labels pre-defined on storyboard. Another task #604 includes both logic and content creation. In #604 , we need to change code so the data will then be displayed according to locale instead of having fixed value. In #604, we will also have to create content in all 5 languages so our code logic will read from there.

sumairasaeed commented 7 years ago

Work for German language in under construction.

sumairasaeed commented 7 years ago

Completed German and Spanish work on this

jekram commented 7 years ago

If the logic is done how many days more it will take to complete this task.

sumairasaeed commented 7 years ago

This task has been completed now.

jekram commented 7 years ago

Thanks for getting this done

jekram commented 7 years ago

Going forward make it done after it has been pushed to Test Flight. There would a DAILY PUSH TO TEST FLIGHT

sumairasaeed commented 7 years ago

Acknowledged. Pushed

jekram commented 7 years ago

Thanks