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
Expected behavior
We should fix this on the upstream.
Screenshots
Environment
Version of Kiwix Android : 3.11.1
Logs
/home/acerpc/Desktop/kiwix-android/core/src/main/res/values-dag/strings.xml:81:Error:Inconsistent number of arguments in formatting string no_email_application_installed; found both 1 here and0in values-ar/strings.xml [StringFormatCount]
<string name="no_email_application_installed">Tafadhali sakinisha\n mtoa huduma wa barua pepe au tutumie barua pepe kwa %1s</string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/acerpc/Desktop/kiwix-android/core/src/main/res/values-ar/strings.xml:90:Conflicting number of arguments (0) here
Explanationfor issues of type "StringFormatCount":When a formatted string takes arguments, it usually needs to reference the
same arguments in all translations (or all arguments if there are no
translations.
There are cases where thisisnot the case, so this issue is a warning
rather than an error by default. However, this usually happens when a
language isnot translated or updated correctly.
The text was updated successfully, but these errors were encountered:
Describe the bug
The Lint is failing due to the
StringFormatCount
error. It is because we have merged the last TW PR 44fe711, and that has this error.See these workflows:
Expected behavior
We should fix this on the upstream.
Screenshots
Environment
Logs
The text was updated successfully, but these errors were encountered: