소스 검색

added bg-BG (Bulgarian)

Plamen Vatev 1 년 전
부모
커밋
5f26b2a9e3
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/lib/i18n/locales/languages.json

+ 5 - 1
src/lib/i18n/locales/languages.json

@@ -1,4 +1,8 @@
 [
+	{
+		"code": "bg-BG",
+		"title": "Bulgarian (BG)"
+	},
 	{
 		"code": "en-US",
 		"title": "English (US)"
@@ -47,4 +51,4 @@
 		"code": "zh-TW",
 		"title": "Chinese (Traditional)"
 	}
-]
+]