Skip to content

Commit

Permalink
Translation help link was added (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraFinebits committed Jun 19, 2024
1 parent cdb40ed commit 97527ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Eppie.App/Eppie.App.Shared/Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
<controls:LanguageSelectionControl x:Name="LanguageSelector"
Margin="8"
LanguageChangedHandler="OnLanguageChanged" />

<HyperlinkButton Content="Could you help us with translations?"
Margin="0,0,0,8"
extensions:HyperlinkExtension.Link="https://eppie.crowdin.com/eppie"/>

<Button HorizontalAlignment="Stretch"
HorizontalContentAlignment="Left"
Expand Down

0 comments on commit 97527ea

Please sign in to comment.