Mark path as non translatable

Test: Newly added test and sample app for the original repro step.

AOSP bug: https://code.google.com/p/android/issues/detail?id=232407
Bug: 34767250

Change-Id: Ia216bf1177a55a139f8988d995836c1d42c496ee
diff --git a/design/build.gradle b/design/build.gradle
index abd99c0d..55808bb 100644
--- a/design/build.gradle
+++ b/design/build.gradle
@@ -73,6 +73,12 @@
     aaptOptions {
         additionalParameters "--no-version-vectors"
     }
+
+    buildTypes {
+        debug {
+            pseudoLocalesEnabled true
+        }
+    }
 }
 
 android.libraryVariants.all { variant ->