From e7576b28318f94e3c150e1fe8541376c9b5d86c9 Mon Sep 17 00:00:00 2001 From: Colin Lee Date: Fri, 14 Jun 2019 13:44:36 -0500 Subject: [PATCH] For i18n testing: Enable pseudolocales (#3391) --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 42316cbb9..ddf4e1814 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,6 +39,7 @@ android { applicationIdSuffix ".debug" manifestPlaceholders.isRaptorEnabled = "true" resValue "bool", "IS_DEBUG", "true" + pseudoLocalesEnabled true } forPerformanceTest releaseTemplate >> { // the ">>" concatenates the raptor-specific options with the template manifestPlaceholders.isRaptorEnabled = "true"