You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Congratulations on long-awaited updates!
Now I see the following issue:
Please also note of
certificte
typoThe text was updated successfully, but these errors were encountered: