Add translations for some values in sample apk
Bug: 148441055
Change-Id: I8268647adc21e1fafd3a9ae60d6183afdce27751
diff --git a/src/test/sampleApks/simple/res/values-da/strings.xml b/src/test/sampleApks/simple/res/values-da/strings.xml
new file mode 100644
index 0000000..26c62ec
--- /dev/null
+++ b/src/test/sampleApks/simple/res/values-da/strings.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file
+for details. All rights reserved. Use of this source code is governed by a
+BSD-style license that can be found in the LICENSE file.
+-->
+<resources>
+ <string name="app_name">R8 simpel app</string>
+ <string name="referenced_from_layout">Tryk</string>
+ <!-- Do not inlcude referenced_from_code -->
+ <string name="not_used">ikke brugt</string>
+</resources>