Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

测试用 PR,用于触发 Crowdin 自动化 #64

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading