更新语言文件

pull/276/head
gedoor 4 years ago
parent 3560487fae
commit a5f84e8565
  1. 1
      app/src/main/res/values-zh-rHK/strings.xml
  2. 1
      app/src/main/res/values-zh-rTW/strings.xml
  3. 1
      app/src/main/res/values-zh/strings.xml
  4. 1
      app/src/main/res/values/strings.xml
  5. 10
      app/src/main/res/xml/about.xml
  6. 2
      build.gradle

@ -718,4 +718,5 @@
<string name="alipay_red_envelope_qr_code">支付寶紅包二維碼</string>
<string name="alipay_payment_qr_code">支付寶收款二維碼</string>
<string name="qq_collection_qr_code">QQ收款二維碼</string>
<string name="contributors_summary">gedoor,Invinciblelee等,详情请在github中查看</string>
</resources>

@ -718,5 +718,6 @@
<string name="alipay_red_envelope_qr_code">支付寶紅包二維碼</string>
<string name="alipay_payment_qr_code">支付寶收款二維碼</string>
<string name="qq_collection_qr_code">QQ收款二維碼</string>
<string name="contributors_summary">gedoor,Invinciblelee等,详情请在github中查看</string>
</resources>

@ -718,4 +718,5 @@
<string name="alipay_red_envelope_qr_code">支付宝红包二维码</string>
<string name="alipay_payment_qr_code">支付宝收款二维码</string>
<string name="qq_collection_qr_code">QQ收款二维码</string>
<string name="contributors_summary">gedoor,Invinciblelee等,详情请在github中查看</string>
</resources>

@ -719,5 +719,6 @@
<string name="alipay_red_envelope_qr_code">支付宝红包二维码</string>
<string name="alipay_payment_qr_code">支付宝收款二维码</string>
<string name="qq_collection_qr_code">QQ收款二维码</string>
<string name="contributors_summary">gedoor,Invinciblelee等,详情请在github中查看</string>
</resources>

@ -5,7 +5,7 @@
<io.legado.app.ui.widget.prefs.Preference
android:key="contributors"
android:title="@string/contributors"
android:summary="gedoor,Invinciblelee等, 详情请在github中查看"
android:summary="@string/contributors_summary"
app:iconSpaceReserved="false" />
<io.legado.app.ui.widget.prefs.Preference
@ -22,10 +22,10 @@
<io.legado.app.ui.widget.prefs.PreferenceCategory
android:title="@string/contact"
app:layout="@layout/view_preference_category"
app:allowDividerAbove="true"
app:allowDividerBelow="false"
app:iconSpaceReserved="false">
app:iconSpaceReserved="false"
app:layout="@layout/view_preference_category">
<io.legado.app.ui.widget.prefs.Preference
android:key="gzGzh"
@ -69,10 +69,10 @@
<io.legado.app.ui.widget.prefs.PreferenceCategory
android:title="@string/other"
app:layout="@layout/view_preference_category"
app:allowDividerAbove="true"
app:allowDividerBelow="false"
app:iconSpaceReserved="false">
app:iconSpaceReserved="false"
app:layout="@layout/view_preference_category">
<io.legado.app.ui.widget.prefs.Preference
android:key="license"

@ -10,7 +10,7 @@ buildscript {
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'de.timfreiheit.resourceplaceholders:placeholders:0.3'
classpath 'com.google.gms:google-services:4.3.3'

Loading…
Cancel
Save