feat: add Bulgarian language (#644)

This commit is contained in:
Nanko Geshkov 2023-06-18 20:21:03 +00:00 committed by GitHub
parent 00f4876f60
commit ed3d64d026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 169 additions and 1 deletions

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="en"/> <!-- English (ultimate fallback locale) -->
<locale android:name="bg"/> <!-- Bulgarian -->
<locale android:name="cs"/> <!-- Czech -->
<locale android:name="zh"/> <!-- Chinese -->
<locale android:name="de"/> <!-- German -->