Added support for missing translations

This commit is contained in:
Shiny Nematoda 2023-02-11 18:12:55 +00:00 committed by vrifox
parent 25a738f914
commit afaf199f45
No known key found for this signature in database
GPG key ID: D40098E5B60B2197

View file

@ -12,6 +12,10 @@ export const SUPPORTED_LOCALES = [
code: 'az', code: 'az',
name: 'Azərbaycan', name: 'Azərbaycan',
}, },
{
code: 'bn',
name: 'বাংলা',
},
{ {
code: 'bs', code: 'bs',
name: 'Bosanski', name: 'Bosanski',
@ -74,7 +78,7 @@ export const SUPPORTED_LOCALES = [
}, },
{ {
code: 'ru', code: 'ru',
name: 'Pусский ', name: 'Pyccкий',
}, },
{ {
code: 'sr', code: 'sr',