mirror of https://github.com/vector-im/riot-web
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.pull/6246/head
parent
3bf04095b1
commit
90897b0741
|
@ -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'},
|
||||
|
|
Loading…
Reference in New Issue