diff --git a/app/src/main/java/com/xiaoniu/qqversionlist/ui/MainActivity.kt b/app/src/main/java/com/xiaoniu/qqversionlist/ui/MainActivity.kt index b8f5de78..3318a59b 100644 --- a/app/src/main/java/com/xiaoniu/qqversionlist/ui/MainActivity.kt +++ b/app/src/main/java/com/xiaoniu/qqversionlist/ui/MainActivity.kt @@ -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( @@ -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 diff --git a/app/src/main/res/values-en-rUS/strings.xml b/app/src/main/res/values-en-rUS/strings.xml index 1a1f88ea..59530714 100644 --- a/app/src/main/res/values-en-rUS/strings.xml +++ b/app/src/main/res/values-en-rUS/strings.xml @@ -104,4 +104,5 @@ Version cards displays the ratio of current package size to the historical maximum package size indicator Custom Version Enum. Suffix Please separate using \", \" (comma + space). + Facilitate I18n:  diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 14522abd..63a0b793 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -104,4 +104,5 @@ 版本卡片展示额定包大小占比历史最大包指示条 自定义猜版后缀 请使用“, ”(西文逗号+空格)分割 + 协助翻译: diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index 5dc89522..d8318c9b 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -104,4 +104,5 @@ 版本卡片展示額定包大小佔比歷史最大包指示條 自定義猜版後綴 請使用“, ”(西文逗號+空格)分割 + 協助翻譯: diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 424e5286..66cb4be4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -103,8 +103,5 @@ 版本卡片展示额定包大小占比历史最大包指示条 自定义猜版后缀 请使用“, ”(西文逗号+空格)分割 - - - - + 协助翻译: \ No newline at end of file