add language to provider definition

This commit is contained in:
TheBeastLT
2021-09-20 18:53:46 +02:00
parent 5bf61760ea
commit 21812f8c54
3 changed files with 13 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ const Providers = {
{
key: 'rutor',
label: 'Rutor',
foreign: true
foreign: '🇷🇺'
},
{
key: 'horriblesubs',
@@ -52,27 +52,27 @@ const Providers = {
{
key: 'comando',
label: 'Comando',
foreign: true
foreign: '🇵🇹'
},
{
key: 'comoeubaixo',
label: 'ComoEuBaixo',
foreign: true
foreign: '🇵🇹'
},
{
key: 'lapumia',
label: 'Lapumia',
foreign: true
foreign: '🇵🇹'
},
{
key: 'ondebaixa',
label: 'OndeBaixa',
foreign: true
foreign: '🇵🇹'
},
{
key: 'torrent9',
label: 'Torrent9',
foreign: true
foreign: '🇫🇷'
}
]
};