mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
unify lang code for Russian (#6268)
This commit is contained in:
parent
dbf49b2adc
commit
8a6d3c6c2e
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
site: soundpark
|
||||
name: SoundPark
|
||||
description: "SoundPark Semi-Private RUSSIAN site dedicated to MUSIC."
|
||||
language: ru-RU
|
||||
language: ru-ru
|
||||
type: semi-private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
site: vanila
|
||||
name: Vanila
|
||||
description: "Vanila is a RUSSIAN Semi-Private Torrent Tracker for MOVIES / TV / MUSIC"
|
||||
language: ru
|
||||
language: ru-ru
|
||||
type: semi-private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
|
|
|
@ -37,7 +37,7 @@ namespace Jackett.Common.Indexers
|
|||
configData: new ConfigurationDataAniDub())
|
||||
{
|
||||
Encoding = Encoding.UTF8;
|
||||
Language = "ru-RU";
|
||||
Language = "ru-ru";
|
||||
Type = "semi-private";
|
||||
|
||||
AddCategoryMapping(2, TorznabCatType.TVAnime, "Аниме TV");
|
||||
|
|
Loading…
Reference in a new issue