Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from Icehunter's source #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions FFXIVAPP.Plugin.Parse/FFXIVAPP.Plugin.Parse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
<Compile Include="Localization\French.cs" />
<Compile Include="Localization\German.cs" />
<Compile Include="Localization\Japanese.cs" />
<Compile Include="Localization\Russian.cs" />
<Compile Include="Models\ActionHistoryItem.cs" />
<Compile Include="Models\Events\Event.cs" />
<Compile Include="Models\Events\EventCode.cs" />
Expand Down
1 change: 1 addition & 0 deletions FFXIVAPP.Plugin.Parse/Properties/new 4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Renew translation to Russian, add more parameters available to translation & add change to 3.0.
2 changes: 1 addition & 1 deletion FFXIVAPP.Plugin.Parse/VERSION.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PluginInfo": {
"Name": "FFXIVAPP.Plugin.Parse",
"Version": "3.0.5603.36974",
"Version": "3.0.5657.39455",
"Files": [
{
"Name": "FFXIVAPP.Plugin.Parse.dll",
Expand Down
3 changes: 2 additions & 1 deletion FFXIVAPP.Plugin.Parse/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,8 @@
Command="{Binding ShowLast20MonsterActionsCommand,
Source={StaticResource MainViewModel}}"
CommandParameter="Damage"
Content="Show Last 20 Damage Actions (Selected Monster)" />
Content="{Binding Locale[parse_ShowLast20DamageActions],
Source={StaticResource PluginViewModel}}" />
<GroupBox Padding="0">
<GroupBox.Header>
<TextBlock Foreground="White"
Expand Down
Binary file modified distribution/FFXIVAPP.Plugin.Parse.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion distribution/VERSION.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PluginInfo": {
"Name": "FFXIVAPP.Plugin.Parse",
"Version": "3.0.5603.36974",
"Version": "3.0.5657.39455",
"Files": [
{
"Name": "FFXIVAPP.Plugin.Parse.dll",
Expand Down