File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
BetterLyrics.WinUI3/BetterLyrics.WinUI3 Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ public static class Link
66
77 public const string AuthorGitHub = "https://github.com/jayfunc";
88
9+ public const string Crowdin = "https://crowdin.com/project/betterlyrics/invite?h=413bb0df7afa420247a98fefdae5e12c2647410";
10+
911 public const string BetterLyricsGitHub = $"{AuthorGitHub}/BetterLyrics";
1012
1113 public const string ShareHub = $"{BetterLyricsGitHub}/blob/dev/ShareHub/index.md";
Original file line number Diff line number Diff line change 33 x:Class="BetterLyrics.WinUI3.Controls.AppSettingsControl"
44 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
55 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6+ xmlns:consts="using:BetterLyrics.WinUI3.Constants"
67 xmlns:controls="using:CommunityToolkit.WinUI.Controls"
78 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
89 xmlns:dev="using:DevWinUI"
4748 <HyperlinkButton
4849 x:Uid="SettingsPageHelpUsTranslate"
4950 Padding="0"
50- NavigateUri="https://crowdin.com/project/betterlyrics/invite?h=c9bfb28fce061484883c0891e7a26f9b2592556 " />
51+ NavigateUri="{x:Bind consts:Link.Crowdin} " />
5152 </InfoBar>
5253 </dev:SettingsExpander.ItemsFooter>
5354 </dev:SettingsExpander>
You can’t perform that action at this time.
0 commit comments