Skip to content

Commit

Permalink
chore: translate collection uploading strings
Browse files Browse the repository at this point in the history
Fixes #4471.
  • Loading branch information
beheh committed Aug 25, 2023
1 parent a589761 commit b8c6286
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:controls="clr-namespace:Hearthstone_Deck_Tracker.Controls"
xmlns:lex="http://wpflocalizeextension.codeplex.com"
lex:LocalizeDictionary.DesignCulture="en"
lex:ResxLocalizationProvider.DefaultAssembly="HearthstoneDeckTracker"
lex:ResxLocalizationProvider.DefaultDictionary="Strings"
MouseUp="CollectionUploadedToast_OnClicked" Height="40" Width="250"
Background="{DynamicResource AccentColorBrush}"
mc:Ignorable="d">
Expand All @@ -13,9 +17,9 @@
<StackPanel VerticalAlignment="Center" Margin="5,0">
<TextBlock Foreground="White" TextAlignment="Center"
LineHeight="15" LineStackingStrategy="BlockLineHeight">
<Run Text="Collection uploaded!" FontWeight="SemiBold" FontSize="15"/>
<Run Text="{lex:Loc Toast_Battlegrounds_Compare_Heroes}" FontWeight="SemiBold" FontSize="15"/>
<LineBreak/>
<Run Text="Find decks on HSReplay.net" FontSize="12"/>
<Run Text="{lex:Loc Toast_Collection_HSReplaynet}" FontSize="12"/>
</TextBlock>
</StackPanel>
<controls:StatusIndicator Success="True" SuccessColor="Lime" FontSize="16"
Expand Down

0 comments on commit b8c6286

Please sign in to comment.