-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement localization
i18n to project [en-fr-de-es-tr]
#43
Labels
Milestone
Comments
JordyHers
added a commit
that referenced
this issue
Jul 2, 2023
JordyHers
added a commit
that referenced
this issue
Jul 8, 2023
JordyHers
added a commit
that referenced
this issue
Jul 8, 2023
JordyHers
changed the title
implement
implement Jul 9, 2023
localization
i18n to project [en-fr-de-ar-tr]localization
i18n to project [en-fr-de-es-tr]
JordyHers
added a commit
that referenced
this issue
Jul 9, 2023
JordyHers
added a commit
that referenced
this issue
Aug 18, 2023
…ation-i18n-to-project-en-fr-de-ar-tr chore(#43) : add app localization setting
JordyHers
added
hacktoberfest ⛏️
HacktoberFest contributions
good first issue
Good for newcomers
labels
Oct 1, 2023
Working on it, assigned to me in discord....l |
JordyHers
added a commit
that referenced
this issue
Nov 8, 2023
JordyHers
added a commit
that referenced
this issue
Nov 8, 2023
JordyHers
added a commit
that referenced
this issue
Nov 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Current Behaviour:
All the strings are hard coded in the app. That should not be the case for example
the file set_child_page has a show alert dialog in the submit method
Expected Behaviour:
All strings in app should be properly translated in the supported language based on the user app locale. Make sure no hard coded string is available in app.
What needs to be done:
Step 1:
Go to the corresponding files in the project.in i18n arb and add translations for English, French ,Spanish, German , Turkish.
For instance in the english file
Step 2:
Steps to Reproduce:
NO/
Environment:
Emulator: Pixel 6 Pro
Android version: 12
Android SDK: 33
The text was updated successfully, but these errors were encountered: