Skip to content

Conversation

@taooceros
Copy link
Member

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

@taooceros taooceros added this to the 1.7.0 milestone Jan 23, 2021
@jjw24 jjw24 added bug Something isn't working kind/i18n labels Jan 24, 2021
Comment on lines 22 to 38
<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">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this change intentional? the button is not aligned. Can we revert this?

image

Copy link
Member Author

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.

@jjw24 jjw24 merged commit 934bad6 into Flow-Launcher:dev Jan 26, 2021
@taooceros
Copy link
Member Author

Thank you! I haven't got time to revert the change.😅

@taooceros taooceros deleted the FixUntranslatedString branch January 26, 2021 04:50
@jjw24
Copy link
Member

jjw24 commented Jan 26, 2021

All good, I was just doing review thought I might as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working kind/i18n

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Untranslatable stings

2 participants