fix: Duplicate error

This commit is contained in:
Ahmad Ansori Palembani 2024-06-16 07:53:03 +07:00
parent 1e4d54f919
commit 822fe5c120
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 1 additions and 7 deletions

View file

@ -23,12 +23,6 @@ kotlin {
android {
namespace = "yokai.i18n"
sourceSets {
named("main") {
res.srcDir("src/commonMain/moko-resources")
}
}
}
multiplatformResources {

View file

@ -2,7 +2,7 @@
<resources>
<!-- WebView -->
<string name="failed_to_bypass_cloudflare">Failed to bypass Cloudflare</string>
<string name="please_update_webview">Please update the WebView app for better compatibility</string>
<!-- Do not translate "WebView" -->
<string name="please_update_webview">Please update the WebView app for better compatibility</string>
<string name="webview_is_required">WebView is required for Tachiyomi</string>
</resources>