diff options
| author | Albin <albin@mullvad.net> | 2024-12-13 11:07:24 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-12-13 11:07:24 +0100 |
| commit | d1f2a58c6151527e6b29d3497728ff2913140291 (patch) | |
| tree | 543402fa144eb857686f66c63aaefc960aed3b77 /android/config | |
| parent | efecc8e7e4914a8dc12c55642919661206c014db (diff) | |
| parent | b29cae14ef3164e944c3f45f833e123da0bc4e92 (diff) | |
| download | mullvadvpn-d1f2a58c6151527e6b29d3497728ff2913140291.tar.xz mullvadvpn-d1f2a58c6151527e6b29d3497728ff2913140291.zip | |
Merge branch 'fix-android-daita-translations-droid-1642'
Diffstat (limited to 'android/config')
| -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()" |
