mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Added support for missing translations
This commit is contained in:
parent
f6bf09c17f
commit
0a791244b5
1 changed files with 5 additions and 1 deletions
|
@ -12,6 +12,10 @@ export const SUPPORTED_LOCALES = [
|
|||
code: 'az',
|
||||
name: 'Azərbaycan',
|
||||
},
|
||||
{
|
||||
code: 'bn',
|
||||
name: 'বাংলা',
|
||||
},
|
||||
{
|
||||
code: 'bs',
|
||||
name: 'Bosanski',
|
||||
|
@ -74,7 +78,7 @@ export const SUPPORTED_LOCALES = [
|
|||
},
|
||||
{
|
||||
code: 'ru',
|
||||
name: 'Pусский ',
|
||||
name: 'Pyccкий',
|
||||
},
|
||||
{
|
||||
code: 'sr',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue