-
Notifications
You must be signed in to change notification settings - Fork 196
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
any chance of using Rosetta to *add* new strings? #80
Comments
How would you match new terms with any string of your application ? |
It should be useful to use django-rosetta as a web-based interface to generate and translate *.po files for external projects (which does not shares the same code base). We use Django as admin interface (CMS) and API provider for AngularJS SPA (which uses gettext https://angular-gettext.rocketeer.be/). These projects are developed independently of each other. It should be useful to have ability to upload *.po files (new or update existing) to django-rosetta, translate and download translations. |
I would like to second generalov's comment. We have the same issue/feature request(?): We use angular-gettext to generate po(t) files and would love to be able to add strings to an existing po file in Rosetta. Any chance a solution will become available soon? |
Here is a potential workaround that might help you accomplish what you are looking for, although it still requires making changes to Python code files.
For example:
If desired, you could have an app – such as django-rosetta, perhaps (: – provide an interface for adding/removing strings defined in the file you created. |
+3 years later, was this ever implemented in django-rosetta? |
it seems that it is reading/writing the .po file anyways. Would it be a bad idea to let Rosetta add new terms?
The text was updated successfully, but these errors were encountered: