summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/test/helper_files/locales.json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/test/helper_files/locales.json')
-rw-r--r--testing/mozharness/test/helper_files/locales.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/mozharness/test/helper_files/locales.json b/testing/mozharness/test/helper_files/locales.json
new file mode 100644
index 0000000000..c9056b1d15
--- /dev/null
+++ b/testing/mozharness/test/helper_files/locales.json
@@ -0,0 +1,18 @@
+{
+ "ar": {
+ "revision": "default",
+ "platforms": ["maemo"]
+ },
+ "be": {
+ "revision": "default",
+ "platforms": ["maemo"]
+ },
+ "de": {
+ "revision": "default",
+ "platforms": ["maemo", "maemo-multilocale", "android-multilocale"]
+ },
+ "es-ES": {
+ "revision": "default",
+ "platforms": ["maemo", "maemo-multilocale", "android-multilocale"]
+ }
+}