Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint errors #68

Open
vitalyster opened this issue Apr 30, 2021 · 0 comments · May be fixed by #69
Open

Lint errors #68

vitalyster opened this issue Apr 30, 2021 · 0 comments · May be fixed by #69

Comments

@vitalyster
Copy link
Contributor

Congratulations on long-awaited updates!
Now I see the following issue:

> Lint found errors in the project; aborting build.
  
  Fix the issues identified by lint, or add the following to your build script to proceed with errors:
  ...
  android {
      lintOptions {
          abortOnError false
      }
  }
  ...
  The first 3 errors (out of 24) were:
  
  res/values/strings.xml:3: Error: "mtm_security_risk" is not translated in "eu" (Basque), "de" (German), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "fr" (French), "es" (Spanish), "iw" (Hebrew), "tr" (Turkish), "zh" (Chinese) [MissingTranslation]
      <string name="mtm_security_risk">Warning: Potential Security Risk</string>
              ~~~~~~~~~~~~~~~~~~~~~~~~
  res/values/strings.xml:7: Error: "mtm_trust_certificte" is not translated in "eu" (Basque), "de" (German), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "fr" (French), "es" (Spanish), "iw" (Hebrew), "tr" (Turkish), "zh" (Chinese) [MissingTranslation]
      <string name="mtm_trust_certificte">Do you trust this certificte? It will be used to verify all listed names.</string>
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  res/values/strings.xml:10: Error: "mtm_valid_for" is not translated in "eu" (Basque), "de" (German), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "fr" (French), "es" (Spanish), "iw" (Hebrew), "tr" (Turkish), "zh" (Chinese) [MissingTranslation]
      <string name="mtm_valid_for">Certificate valid for:</string>
              ~~~~~~~~~~~~~~~~~~~~

Please also note of certificte typo

@vitalyster vitalyster linked a pull request Apr 30, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant