summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-12-12 18:36:20 +0100
committerAlbin <albin@mullvad.net>2024-12-13 11:07:08 +0100
commit40e7cd7e14d6e49c4255d16ec02ee29ec77b85c7 (patch)
treebaf6b922a4860f0e95acb986aa1681a0b6f18662 /android
parent59ba08ab1bf95779b5bb0cb374687b7fae1b2c83 (diff)
downloadmullvadvpn-40e7cd7e14d6e49c4255d16ec02ee29ec77b85c7.tar.xz
mullvadvpn-40e7cd7e14d6e49c4255d16ec02ee29ec77b85c7.zip
Add temporary baseline to silence translation issue
See the baseline added as part of this commit for details. The issue itself has been reported to Crowdin so we expect it to be addressed sooner rather than later.
Diffstat (limited to 'android')
-rw-r--r--android/config/lint-baseline.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/android/config/lint-baseline.xml b/android/config/lint-baseline.xml
index f43a56a860..4e21f5e7b9 100644
--- a/android/config/lint-baseline.xml
+++ b/android/config/lint-baseline.xml
@@ -225,6 +225,22 @@
</issue>
<issue
+ id="StringFormatCount"
+ message="Inconsistent number of arguments in formatting string `daita_description_slide_2_second_paragraph`; found both 1 here and 2 in values/strings.xml"
+ errorLine1=" &lt;string name=&quot;daita_description_slide_2_second_paragraph&quot;>Daher verwenden wir automatisch Multihop, um %1$s mit jedem Server zu aktivieren.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-de/strings.xml"
+ line="100"
+ column="5"/>
+ <location
+ file="src/main/res/values/strings.xml"
+ line="416"
+ column="5"
+ message="Conflicting number of arguments (2) here"/>
+ </issue>
+
+ <issue
id="SyntheticAccessor"
message="Access to `private` method `generateOtherStates` of class `AccountUiStatePreviewParameterProviderKt` requires synthetic accessor"
errorLine1=" ) + generateOtherStates()"