mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 03:01:45 +00:00
Merge pull request #1230 from Sanjays2402/fix/lithuanian-iso-code
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Dev: Fix correct Lithuanian ISO 639-2 code from 'ltu' to 'lit'
This commit is contained in:
commit
01e728bd84
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Lietuvių",
|
||||
"codes": ["lt-LT", "ltu"]
|
||||
"codes": ["lt-LT", "lit"]
|
||||
},
|
||||
{
|
||||
"name": "македонски јазик",
|
||||
|
|
|
|||
Loading…
Reference in a new issue