mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
unify lang code for Russian (#6268)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
site: soundpark
|
site: soundpark
|
||||||
name: SoundPark
|
name: SoundPark
|
||||||
description: "SoundPark Semi-Private RUSSIAN site dedicated to MUSIC."
|
description: "SoundPark Semi-Private RUSSIAN site dedicated to MUSIC."
|
||||||
language: ru-RU
|
language: ru-ru
|
||||||
type: semi-private
|
type: semi-private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
site: vanila
|
site: vanila
|
||||||
name: Vanila
|
name: Vanila
|
||||||
description: "Vanila is a RUSSIAN Semi-Private Torrent Tracker for MOVIES / TV / MUSIC"
|
description: "Vanila is a RUSSIAN Semi-Private Torrent Tracker for MOVIES / TV / MUSIC"
|
||||||
language: ru
|
language: ru-ru
|
||||||
type: semi-private
|
type: semi-private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
|
@@ -37,7 +37,7 @@ namespace Jackett.Common.Indexers
|
|||||||
configData: new ConfigurationDataAniDub())
|
configData: new ConfigurationDataAniDub())
|
||||||
{
|
{
|
||||||
Encoding = Encoding.UTF8;
|
Encoding = Encoding.UTF8;
|
||||||
Language = "ru-RU";
|
Language = "ru-ru";
|
||||||
Type = "semi-private";
|
Type = "semi-private";
|
||||||
|
|
||||||
AddCategoryMapping(2, TorznabCatType.TVAnime, "Аниме TV");
|
AddCategoryMapping(2, TorznabCatType.TVAnime, "Аниме TV");
|
||||||
|
Reference in New Issue
Block a user