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

Support writing a po back #1

Open
singalen opened this issue Oct 19, 2011 · 4 comments
Open

Support writing a po back #1

singalen opened this issue Oct 19, 2011 · 4 comments

Comments

@singalen
Copy link

After parsing, some could need to write back a po file.
That is, including header and preserving comments.

@ngocdaothanh
Copy link
Member

Can you implement it (I think it takes about 1 hour) and give me a pull request?

@singalen
Copy link
Author

Will try to. Though the estimation is pretty optimistic given I need to learn some of Scala first.
Thank you again!

@singalen singalen reopened this Oct 20, 2011
@ngocdaothanh
Copy link
Member

This feature is convenient when we want to merge multiple .po files, then write out the merged one:

val po4 = po1 ++ po2 ++ po3

@ngocdaothanh
Copy link
Member

See #14.
Now you can easily write a po back.

In v1.7, there's no code to merge po files yet.

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