diff options
| author | Albin <albin@mullvad.net> | 2024-12-12 18:36:20 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-12-13 11:07:08 +0100 |
| commit | 40e7cd7e14d6e49c4255d16ec02ee29ec77b85c7 (patch) | |
| tree | baf6b922a4860f0e95acb986aa1681a0b6f18662 | |
| parent | 59ba08ab1bf95779b5bb0cb374687b7fae1b2c83 (diff) | |
| download | mullvadvpn-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.
| -rw-r--r-- | android/config/lint-baseline.xml | 16 |
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=" <string name="daita_description_slide_2_second_paragraph">Daher verwenden wir automatisch Multihop, um %1$s mit jedem Server zu aktivieren.</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()" |
