-
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
usage on read-only filesystem #10
Comments
I'm seeing the same behavior with version 0.7.13. Documentation suggests that you can still edit the file, save to tmp storage and then download but instead the changes are not stored? O rdo i need to change the storage type? Currnetly using the default... |
@Paul424 Rosetta should still save the data into Django's session storage, and you should still be able to download a zip with the translated catalogs. If that's not the case this is definitely a proper issue that I should address. |
I tried to change the storage to session based but that gives me: <polib.POEntry object at 0x7f9e2c65cbd0> is not JSON serializable.... (and changing the serializer to pickle is not an acceptable solution for me, sorry...). |
I'll have to try and reproduce this, could you please paste your |
Sure, I have the same issue, the downloaded zip is just the original. |
when rosetta (v. 0.6.2 with django 1.3.1) is used on read-only filesystem, it doesn't store data in session, so downloading updated .po file is impossible and translated phrases disappears after swiching to another page. checked with current version, 0.6.2 and 0.6.0
The text was updated successfully, but these errors were encountered: