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

Translate plurals files into po files ? #10

Closed
tobibo opened this issue Sep 7, 2011 · 2 comments
Closed

Translate plurals files into po files ? #10

tobibo opened this issue Sep 7, 2011 · 2 comments

Comments

@tobibo
Copy link

tobibo commented Sep 7, 2011

Hi,

don't really know if this is possible or you explained it somewhere. But i am looking for a solution to also transform my separated plural files into po files and back?

Or in genaral what is your work arround for something like this.

<plurals name="delete_entries">
        <item quantity="one">entry deleted!</item>
    <item quantity="other">entries deleted!</item>
</plural>

This can be even more example as i am also using a different format:

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

Cheers
tobias

P.S.: Thanks for the great work already, its really cool that its possible to integrate android translation into pootle :)

@miracle2k
Copy link
Owner

Yes, pural support is an outstanding todo. It's currently simply not supported, sorry.

I don't know when I will get to it - presumably when I need it myself, which I have not so far. If you know your way through Python, it'd be happy to accept a patch.

@miracle2k miracle2k reopened this Mar 2, 2012
@miracle2k
Copy link
Owner

Plural support is now in master.

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

No branches or pull requests

2 participants