From 89c681866ca78f0094e9cdee754875907c6c9006 Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Thu, 28 Mar 2019 09:37:27 +0100 Subject: [PATCH] Fix capitalization of Bulgarian Note from translator that Bulgarian was not using proper capitalization. --- src/supported-locales.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supported-locales.js b/src/supported-locales.js index a0804741..6ef762fb 100644 --- a/src/supported-locales.js +++ b/src/supported-locales.js @@ -9,7 +9,7 @@ const locales = { 'am': {name: 'አማርኛ'}, 'az': {name: 'Azeri'}, 'id': {name: 'Bahasa Indonesia'}, - 'bg': {name: 'български'}, + 'bg': {name: 'Български'}, 'ca': {name: 'Català'}, 'cs': {name: 'Česky'}, 'cy': {name: 'Cymraeg'},