Merge pull request #6040 from sim6/sim6_catalan

Add Catalan
This commit is contained in:
David Baker 2018-02-01 10:47:01 +00:00 committed by GitHub
commit 456aebe240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
// This could readily be automated, but it's nice to explicitly // This could readily be automated, but it's nice to explicitly
// control when we languages are available. // control when we languages are available.
const INCLUDE_LANGS = [ const INCLUDE_LANGS = [
{'value': 'ca', 'label': 'Català'},
{'value': 'da', 'label': 'Dansk'}, {'value': 'da', 'label': 'Dansk'},
{'value': 'de_DE', 'label': 'Deutsch'}, {'value': 'de_DE', 'label': 'Deutsch'},
{'value': 'en_EN', 'label': 'English'}, {'value': 'en_EN', 'label': 'English'},