diff --git a/FFXIVAPP.Plugin.Parse/FFXIVAPP.Plugin.Parse.csproj b/FFXIVAPP.Plugin.Parse/FFXIVAPP.Plugin.Parse.csproj index 9617429..91ba4db 100644 --- a/FFXIVAPP.Plugin.Parse/FFXIVAPP.Plugin.Parse.csproj +++ b/FFXIVAPP.Plugin.Parse/FFXIVAPP.Plugin.Parse.csproj @@ -169,6 +169,7 @@ + diff --git a/FFXIVAPP.Plugin.Parse/Properties/new 4.txt b/FFXIVAPP.Plugin.Parse/Properties/new 4.txt new file mode 100644 index 0000000..d10473b --- /dev/null +++ b/FFXIVAPP.Plugin.Parse/Properties/new 4.txt @@ -0,0 +1 @@ +Renew translation to Russian, add more parameters available to translation & add change to 3.0. \ No newline at end of file diff --git a/FFXIVAPP.Plugin.Parse/VERSION.json b/FFXIVAPP.Plugin.Parse/VERSION.json index 503ba26..cf7f166 100644 --- a/FFXIVAPP.Plugin.Parse/VERSION.json +++ b/FFXIVAPP.Plugin.Parse/VERSION.json @@ -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", diff --git a/FFXIVAPP.Plugin.Parse/Views/MainView.xaml b/FFXIVAPP.Plugin.Parse/Views/MainView.xaml index 3f63b98..730e0d3 100644 --- a/FFXIVAPP.Plugin.Parse/Views/MainView.xaml +++ b/FFXIVAPP.Plugin.Parse/Views/MainView.xaml @@ -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}}" />