Skip to content

Commit

Permalink
teat (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticFoxPro authored Aug 6, 2024
1 parent cda62e1 commit a7aa1b2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ class MainActivity : AppCompatActivity() {
"${getString(R.string.aboutContributor)}Col_or、bggRGjQaUbCoE、GMerge\n" +
"${getString(R.string.aboutSpecialThanksTo)}owo233\n" +
"${getString(R.string.aboutOpenSourceRepo)}GitHub\n" +
"${getString(R.string.aboutGetUpdate)}GitHub Releases、Obtainium、九七通知中心\n\n" +
"${getString(R.string.aboutGetUpdate)}GitHub Releases、Obtainium、九七通知中心\n" +
"${getString(R.string.facilitateI18n)}Crowdin\n\n"+
"Since 2023.8.9"
).apply {
setSpan(
Expand Down Expand Up @@ -326,6 +327,12 @@ class MainActivity : AppCompatActivity() {
indexOf("九七通知中心") + "九七通知中心".length,
SpannableString.SPAN_EXCLUSIVE_EXCLUSIVE
)
setSpan(
URLSpan("https://crowdin.com/project/qqversionstool"),
indexOf("Crowdin"),
indexOf("Crowdin") + "Crowdin".length,
SpannableString.SPAN_EXCLUSIVE_EXCLUSIVE
)
}
val linearLayout = LinearLayout(this).apply {
orientation = LinearLayout.VERTICAL
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-en-rUS/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@
<string name="versionCardsDisplaysPackageSizeIndicator">Version cards displays the ratio of current package size to the historical maximum package size indicator</string>
<string name="customVersionEnumSuffix">Custom Version Enum. Suffix</string>
<string name="customVersionEnumSuffixHelpText">Please separate using \&quot;, \&quot; (comma + space).</string>
<string name="facilitateI18n">Facilitate I18n:&#160;</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@
<string name="versionCardsDisplaysPackageSizeIndicator">版本卡片展示额定包大小占比历史最大包指示条</string>
<string name="customVersionEnumSuffix">自定义猜版后缀</string>
<string name="customVersionEnumSuffixHelpText">请使用“, ”(西文逗号+空格)分割</string>
<string name="facilitateI18n">协助翻译:</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rHK/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@
<string name="versionCardsDisplaysPackageSizeIndicator">版本卡片展示額定包大小佔比歷史最大包指示條</string>
<string name="customVersionEnumSuffix">自定義猜版後綴</string>
<string name="customVersionEnumSuffixHelpText">請使用“, ”(西文逗號+空格)分割</string>
<string name="facilitateI18n">協助翻譯:</string>
</resources>
5 changes: 1 addition & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,5 @@
<string name="versionCardsDisplaysPackageSizeIndicator">版本卡片展示额定包大小占比历史最大包指示条</string>
<string name="customVersionEnumSuffix">自定义猜版后缀</string>
<string name="customVersionEnumSuffixHelpText">请使用“, ”(西文逗号+空格)分割</string>




<string name="facilitateI18n">协助翻译:</string>
</resources>

0 comments on commit a7aa1b2

Please sign in to comment.