From 74b4b0469391b9173f544381be70c383e22afbd0 Mon Sep 17 00:00:00 2001 From: antonio Date: Wed, 16 Aug 2023 23:54:47 +0200 Subject: [PATCH] feat: enabled automatic per-app language support --- app/build.gradle | 4 ++++ app/src/main/res/resources.properties | 1 + 2 files changed, 5 insertions(+) create mode 100644 app/src/main/res/resources.properties diff --git a/app/build.gradle b/app/build.gradle index 8964c994..011fd26c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,6 +62,10 @@ android { viewBinding true } + androidResources { + generateLocaleConfig true + } + namespace 'com.cappielloantonio.tempo' } diff --git a/app/src/main/res/resources.properties b/app/src/main/res/resources.properties new file mode 100644 index 00000000..d5a3ddc9 --- /dev/null +++ b/app/src/main/res/resources.properties @@ -0,0 +1 @@ +unqualifiedResLocale=en-US \ No newline at end of file