	Для переводчиков:
а) добавить определение локали в __init__
	GLocale = Turbine.Engine.GetLanguage();

	if Turbine.Shell.IsCommand("чирик") then
		GLocale = 268435463;
	end 

	if GLocale == 268435459 then
		import "DhorPlugins.Travel.IndexedDictionaryFr";
	elseif GLocale == 268435460 then
		import "DhorPlugins.Travel.IndexedDictionaryDe";
	elseif GLocale == 268435463 then
		import "DhorPlugins.Travel.IndexedDictionaryRu";
	else
		import "DhorPlugins.Travel.IndexedDictionaryEn";
	end
	
1) Добавить необходимые строки в IndexedDictionaruRu

		ПОКА СУЩЕСТВУЕТ ПРОБЛЕМА СО ШРИФТАМИ
2) В соответствующих файлах, должны быть соответствующие строки
C:\Users\Chirick\Documents\The Lord of the Rings Online\Plugins\DhorPlugins\Travel\TravelListTab.lua (1 hit)
	Line 64: 	self.labels[index]:SetFont(Turbine.UI.Lotro.Font.Verdana14);
C:\Users\Chirick\Documents\The Lord of the Rings Online\Plugins\DhorPlugins\Travel\TravelWindow.lua (1 hit)
	Line 687:     self.mapLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
C:\Users\Chirick\Documents\The Lord of the Rings Online\Plugins\DhorPlugins\Travel\OptionsPanel.lua (16 hits)
	Line 93: 	self.HideOnStartLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 112:    	self.HideOnCombatLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 131: 	self.ShowButtonLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 149: 	self.PulldownTravelLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 167: 	self.toggleSlidersLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 177: 	self.toggleMinSlidersLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 197: 	self.toggleMaxSlidersLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 217: 	self.SlidersLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 227: 	self.mainMinSlidersLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 247: 	self.mainMaxSlidersLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 444: 	self.labels[index]:SetFont(Turbine.UI.Lotro.Font.Verdana14);
	Line 480:         self.genLabel:SetFont(Turbine.UI.Lotro.Font.Verdana16);
	Line 490:         self.repLabel:SetFont(Turbine.UI.Lotro.Font.Verdana16);
	Line 501:             self.classLabel:SetFont(Turbine.UI.Lotro.Font.Verdana16);
	Line 512:         self.genLabel:SetFont(Turbine.UI.Lotro.Font.Verdana16);
	Line 548: 		tempLabel:SetFont(Turbine.UI.Lotro.Font.Verdana14);
C:\Users\Chirick\Documents\The Lord of the Rings Online\Plugins\DhorPlugins\Extensions\DTabButton.lua (1 hit)
	Line 144: 	self.center:SetFont(Turbine.UI.Lotro.Font.Verdana14);