Add Android Per App Language Support#10994
Conversation
|
|
I don't understand why https://github.com/TeamNewPipe/NewPipe/actions/runs/8814058286/job/24219680455?pr=10994 failed ^^'. Is that normal ? |
|
Any news for this PR ? |
There was a problem hiding this comment.
Thank you for the PR and sorry for the late reply.
NewPipe has an in-app language chooser (settings > content > app language). This one conflicts with the language chosen in the Android app settings when a language is set. The language chosen inside the app is used. Everything works fine when the "system default" option is chosen. Not sure if this is an unwanted behaviour in terms of accessibility.
PS: you might want to rebase to fix the CI
|
Hi @Arthur-GYT, I’ll close this PR for now. If you ever come back to it, please open another one :) |




What is it?
Description of the changes in your PR
Feature added by Android 13 to support "natively" app languages.
https://developer.android.com/guide/topics/resources/app-languages
Due diligence