freeotp / freeotp-android

Apache License 2.0
1.37k stars 290 forks source link

Update strings.xml #369

Closed jackaw closed 8 months ago

jackaw commented 9 months ago

Add translated strings

justin-stephenson commented 9 months ago

Build fails with:

ERROR:/home/runner/work/freeotp-android/freeotp-android/mobile/src/main/res/values-pt-rPT/strings.xml:12:5: Resource and asset merger: The end-tag for element type "string" must end with a '>' delimiter.

    org.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 5; The end-tag for element type "string" must end with a '>' delimiter.
        at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
        at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
        at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
> Task :mobile:mergeDebugResources FAILED
justin-stephenson commented 8 months ago

Re-running CI

justin-stephenson commented 8 months ago

Thank you for the PR.