Skip to content

Commit

Permalink
Add temporary baseline to silence translation issue
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
albin-mullvad committed Dec 13, 2024
1 parent 8bc8900 commit 78822f0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions android/config/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,22 @@
column="5"/>
</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"
Expand Down

0 comments on commit 78822f0

Please sign in to comment.