From e56b16f7d1536686fad2b14be5e20e62a9779d9e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sim=C3=B3=20Albert=20i=20Beltran?= <sim6@probeta.net>
Date: Thu, 25 Jan 2018 18:25:46 +0100
Subject: [PATCH] Add Catalan

---
 scripts/copy-res.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/copy-res.js b/scripts/copy-res.js
index 701029dbf4..abfd18a26c 100755
--- a/scripts/copy-res.js
+++ b/scripts/copy-res.js
@@ -9,6 +9,7 @@
 // This could readily be automated, but it's nice to explicitly
 // control when we languages are available.
 const INCLUDE_LANGS = [
+    {'value': 'ca', 'label': 'CatalĂ '},
     {'value': 'da', 'label': 'Dansk'},
     {'value': 'de_DE', 'label': 'Deutsch'},
     {'value': 'en_EN', 'label': 'English'},