From 0594ffc316382fc040d202ce7d128439c736582f Mon Sep 17 00:00:00 2001
From: Austin King <shout@ozten.com>
Date: Tue, 31 Jan 2012 21:20:54 -0800
Subject: [PATCH] updating dev and aws configs, default_lang should be a string

---
 config/aws.json | 4 +---
 config/dev.json | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/config/aws.json b/config/aws.json
index fbeab0071..398f5fe50 100644
--- a/config/aws.json
+++ b/config/aws.json
@@ -18,9 +18,7 @@
   "max_compute_duration": 10,
   "disable_primary_support": false,
   "enable_code_version": false,
-  "default_lang": [
-    "en-US"
-  ],
+  "default_lang": "en-US",
   // for amazon deployments, enable it-CH which is the trigger language
   // for localization tests db-LB (which is a testing language where chars
   // are inverted and reversed), and en-US.
diff --git a/config/dev.json b/config/dev.json
index ce92da650..3ef84b7ca 100644
--- a/config/dev.json
+++ b/config/dev.json
@@ -22,9 +22,7 @@
   "max_compute_duration": 10,
   "disable_primary_support": false,
   "enable_code_version": false,
-  "default_lang": [
-    "en-US"
-  ],
+  "default_lang": "en-US",
   "locale_directory": "/home/browserid/code/locale",
   "supported_languages": [
     "af", "ca", "cs", "db-LB", "de", "en-US", "eo", "es", "es-MX", "eu", "fr", 
-- 
GitLab