mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 11:20:49 +00:00
fix: correct Lithuanian ISO 639-2 code from 'ltu' to 'lit'
'ltu' is not a valid ISO 639 code. The correct ISO 639-2/B code for Lithuanian is 'lit'. Fixes #1169
This commit is contained in:
parent
e2177938d1
commit
338fea48d4
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