diff --git a/scripts/copy-res.js b/scripts/copy-res.js
index 1a35d5ae50..2311b90075 100755
--- a/scripts/copy-res.js
+++ b/scripts/copy-res.js
@@ -10,6 +10,7 @@
 // control when we languages are available.
 const INCLUDE_LANGS = [
     {'value': 'en_EN', 'label': 'English'},
+    {'value': 'en_US', 'label': 'English (US)'},
     {'value': 'da', 'label': 'Dansk'},
     {'value': 'nl', 'label': 'Nederlands'},
     {'value': 'de_DE', 'label': 'Deutsch'},