-
Notifications
You must be signed in to change notification settings - Fork 124
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
Enable plurals tags to match android format #145
Comments
I just ran into the same issue earlier, I thought it wasn't working and didn't realize it was If changing to |
i think we can add alias for plural in generator. |
'plurals' match the element name used on the Android platform. This allows us to upload the source xml as-is to translation websites as they'll interpret it as an Android resource file. Fixes icerockdev#145.
'plurals' match the element name used on the Android platform. This allows us to upload the source xml as-is to translation websites as they'll interpret it as an Android resource file. Fixes icerockdev#145.
#145: allow the usage of 'plurals' as an element
will be available in 0.18.0. |
I'm using moko-resources in a project where resource files are pulled from an external translation service in android format.
It would be nice that also "plurals" tag is processed along with "plural".
The text was updated successfully, but these errors were encountered: