-
Notifications
You must be signed in to change notification settings - Fork 1.3k
FIX #2918 Add option for default language for file descriptions #2949
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2949 +/- ##
=========================================
- Coverage 3.69% 3.67% -0.02%
=========================================
Files 247 247
Lines 12217 12264 +47
Branches 1083 1088 +5
=========================================
Hits 451 451
- Misses 11732 11779 +47
Partials 34 34
Continue to review full report at Codecov.
|
Hi @olgalesan thanks for your PR. I get this error while testing your PR, on click settings item from navigation menu:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my minor code quality reviews along with the error
app/src/main/java/fr/free/nrw/commons/settings/SettingsFragment.java
Outdated
Show resolved
Hide resolved
app/src/main/java/fr/free/nrw/commons/settings/SettingsFragment.java
Outdated
Show resolved
Hide resolved
app/src/main/java/fr/free/nrw/commons/settings/SettingsFragment.java
Outdated
Show resolved
Hide resolved
hi @neslihanturan I made the changes suggested. |
Oh update, I could reproduce the same issue without sending the app to background. So the second description is correct, Chinese, but the third one is Aghem somehow. |
hello @neslihanturan I reproduced the issue and it was fixed.However, I was wondering if it would be better to chose per default the language what is set in the phone when the user has not chosen none. |
Hi @olgalesan , current implementation does as you said. It uses phone language if no language is set. Surely we expect same behavior if default language isn't set. Please ping me whenever your PR is ready to be test. |
hello @neslihanturan changes done! |
Hi @olgalesan , thanks for your cooperation. Two minor things and we are done:
|
is this is solved or open so i can take on it |
I made some changes in the code in order to add the option of language for default in settings section.


Fixes #2918 Add option for default language for file descriptions