Refactored player. Refactored changelog system. Players isn't localized
Related Work Items: #161, #211, #238
This commit is contained in:
+19
-2
@@ -103,7 +103,6 @@
|
||||
<Compile Include="App.xaml.cs">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Classes\Caption.cs" />
|
||||
<Compile Include="Classes\DownloadItemContainer.cs" />
|
||||
<Compile Include="Classes\InboxItem.cs" />
|
||||
<Compile Include="Classes\Methods.cs" />
|
||||
@@ -427,6 +426,25 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="FoxTube_TemporaryKey.pfx" />
|
||||
<PRIResource Include="Strings\ru-RU\VideoPage.resw" />
|
||||
<PRIResource Include="Strings\en-US\VideoPage.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\Channel.resw" />
|
||||
<PRIResource Include="Strings\en-US\Channel.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\Chat.resw" />
|
||||
<PRIResource Include="Strings\en-US\Chat.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\Cards.resw" />
|
||||
<PRIResource Include="Strings\en-US\Cards.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\Methods.resw" />
|
||||
<PRIResource Include="Strings\en-US\Methods.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\Search.resw" />
|
||||
<PRIResource Include="Strings\en-US\Search.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\Playlist.resw" />
|
||||
<PRIResource Include="Strings\en-US\Playlist.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\Downloads.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\CommentsPage.resw" />
|
||||
<PRIResource Include="Strings\en-US\Downloads.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\Home.resw" />
|
||||
<PRIResource Include="Strings\en-US\Home.resw" />
|
||||
<PRIResource Include="Strings\en-US\CommentsPage.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\LoadingPage.resw" />
|
||||
<PRIResource Include="Strings\en-US\LoadingPage.resw" />
|
||||
@@ -434,7 +452,6 @@
|
||||
<PRIResource Include="Strings\ru-RU\General.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\About.resw" />
|
||||
<PRIResource Include="Strings\ru-RU\Settings.resw" />
|
||||
<PRIResource Include="Strings\en-US\Translate.resw" />
|
||||
<PRIResource Include="Strings\en-US\Inbox.resw" />
|
||||
<PRIResource Include="Strings\en-US\About.resw" />
|
||||
<PRIResource Include="Strings\en-US\General.resw" />
|
||||
|
||||
Reference in New Issue
Block a user