Is there a gettext utility that will allow me to change PO files from the command line by offering a msgid and a new msgstring as an argument?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have not seen a complete tool that does this, but it should be easy enough to put one together using polib to parse and manipulate the file, with a small bit of glue code to parse the command line arguments.