diff --git a/app/build.gradle b/app/build.gradle index 28a208195..5f8a27837 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,6 +15,10 @@ android { compileSdk 34 namespace 'org.schabi.newpipe' + androidResources { + generateLocaleConfig = true + } + defaultConfig { applicationId "org.schabi.newpipe" resValue "string", "app_name", "NewPipe" diff --git a/app/src/main/res/resources.properties b/app/src/main/res/resources.properties new file mode 100644 index 000000000..d5a3ddc92 --- /dev/null +++ b/app/src/main/res/resources.properties @@ -0,0 +1 @@ +unqualifiedResLocale=en-US \ No newline at end of file