mirror of
https://github.com/null2264/yokai.git
synced 2025-07-17 06:16:54 +00:00
fix: Duplicate error
This commit is contained in:
parent
1e4d54f919
commit
822fe5c120
2 changed files with 1 additions and 7 deletions
|
@ -23,12 +23,6 @@ kotlin {
|
|||
|
||||
android {
|
||||
namespace = "yokai.i18n"
|
||||
|
||||
sourceSets {
|
||||
named("main") {
|
||||
res.srcDir("src/commonMain/moko-resources")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
multiplatformResources {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue