File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
BetterLyrics.WinUI3 (Package)
BetterLyrics.WinUI3/Helper Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1212 <Identity
1313 Name =" 37412.BetterLyrics"
1414 Publisher =" CN=E1428B0E-DC1D-4EA4-ACB1-4556569D5BA9"
15- Version =" 1.0.118 .0" />
15+ Version =" 1.0.119 .0" />
1616
1717 <mp : PhoneIdentity PhoneProductId =" ca4a4830-fc19-40d9-b823-53e2bff3d816" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
1818
Original file line number Diff line number Diff line change @@ -120,11 +120,7 @@ static LanguageHelper()
120120
121121 public static bool IsCJK ( string text )
122122 {
123- return DetectLanguageCode ( text ) ? . Substring ( 0 , 2 ) switch
124- {
125- "zh" or "ja" or "ko" => true ,
126- _ => false
127- } ;
123+ return Lyricify . Lyrics . Helpers . General . StringHelper . IsCJK ( text ) ;
128124 }
129125
130126 public static bool IsCJK ( char ch )
You can’t perform that action at this time.
0 commit comments