From 90897b0741a74bd98d8fd799978df0796deaca1b Mon Sep 17 00:00:00 2001 From: Ralitsa Bozhkova Date: Sat, 24 Feb 2018 10:28:39 +0200 Subject: [PATCH] Add Bulgarian to the list of languages Bulgarian is now at 100% for both riot-web and matrix-react-sdk. It has also been tested by building it manually and verifying that it looks good. --- scripts/copy-res.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/copy-res.js b/scripts/copy-res.js index abfd18a26..305ea05ea 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': 'bg', 'label': 'Български'}, {'value': 'ca', 'label': 'Català'}, {'value': 'da', 'label': 'Dansk'}, {'value': 'de_DE', 'label': 'Deutsch'},