Skip to content

Commit b06680b

Browse files
committed
Localize Crowdin button label in About settings
Added "crowdin" string resource to en.xaml for localization. Updated SettingsPaneAbout.xaml to use the localized resource for the Crowdin hyperlink button instead of a hardcoded label.
1 parent 49b901d commit b06680b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@
451451
<system:String x:Key="website">Website</system:String>
452452
<system:String x:Key="github">GitHub</system:String>
453453
<system:String x:Key="docs">Docs</system:String>
454+
<system:String x:Key="crowdin">Crowdin</system:String>
454455
<system:String x:Key="version">Version</system:String>
455456
<system:String x:Key="icons">Icons</system:String>
456457
<system:String x:Key="about_activate_times">You have activated Flow Launcher {0} times</system:String>

Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<ui:HyperlinkButton Content="{DynamicResource website}" NavigateUri="{Binding Website}" />
7878
<ui:HyperlinkButton Content="{DynamicResource documentation}" NavigateUri="{Binding Documentation}" />
7979
<ui:HyperlinkButton Content="{DynamicResource github}" NavigateUri="{Binding Github}" />
80-
<ui:HyperlinkButton Content="Crowdin" NavigateUri="{Binding Crowdin}" />
80+
<ui:HyperlinkButton Content="{DynamicResource crowdin}" NavigateUri="{Binding Crowdin}" />
8181
</StackPanel>
8282
</ui:SettingsCard>
8383

0 commit comments

Comments
 (0)