-
-
Notifications
You must be signed in to change notification settings - Fork 455
Fix untranslated string #311
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
Conversation
| <ColumnDefinition Width="150" /> | ||
| <ColumnDefinition Width="102.124" /> | ||
| <ColumnDefinition Width="47.876"/> | ||
| <ColumnDefinition /> | ||
| </Grid.ColumnDefinitions> | ||
| <TextBlock Margin="10" FontSize="14" Grid.Row="0" Grid.Column="0" VerticalAlignment="Center" | ||
| HorizontalAlignment="Right" Text="{DynamicResource hotkey}" /> | ||
| <flowlauncher:HotkeyControl x:Name="ctlHotkey" Margin="10,0,10,0" Grid.Column="1" VerticalAlignment="Center" Height="32" /> | ||
| <TextBlock Margin="92,0,0,0" FontSize="14" Grid.Column="0" VerticalAlignment="Center" | ||
| HorizontalAlignment="Left" Text="{DynamicResource hotkey}" Grid.ColumnSpan="2" /> | ||
| <flowlauncher:HotkeyControl x:Name="ctlHotkey" Margin="10,0,10,0" Grid.Column="2" VerticalAlignment="Center" Height="32" /> | ||
|
|
||
| <TextBlock Margin="10" FontSize="14" Grid.Row="1" Grid.Column="0" VerticalAlignment="Center" | ||
| HorizontalAlignment="Right" Text="{DynamicResource actionKeyword}" /> | ||
| <StackPanel Grid.Row="1" Orientation="Horizontal" Grid.Column="1"> | ||
| <TextBlock Margin="38,0,0,0" FontSize="14" Grid.Row="1" Grid.Column="1" VerticalAlignment="Center" | ||
| HorizontalAlignment="Left" Text="{DynamicResource actionKeyword}" /> | ||
| <StackPanel Grid.Row="1" Orientation="Horizontal" Grid.Column="2"> | ||
| <TextBox x:Name="tbAction" Margin="10" Width="400" VerticalAlignment="Center" HorizontalAlignment="Left" /> | ||
| <Button x:Name="btnTestActionKeyword" Padding="10 5 10 5" Height="30" Click="BtnTestActionKeyword_OnClick" | ||
| Content="{DynamicResource preview}" /> | ||
| </StackPanel> | ||
|
|
||
| <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Grid.Row="2" Grid.Column="1"> | ||
| <StackPanel Orientation="Horizontal" HorizontalAlignment="Left" Grid.Row="1" Grid.Column="2" Margin="325,61,0,0" Grid.RowSpan="2"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry this seems unintentioned change, I will revert it.
|
Thank you! I haven't got time to revert the change.😅 |
|
All good, I was just doing review thought I might as well |

fix #305


I fix most of them except for these two, which I am not sure how to add translated string to them.