-
Notifications
You must be signed in to change notification settings - Fork 22
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
How-To Question: How do I update production system with new mfAll.js contents? #230
Comments
Well. Seems like removing the collections from the database and restarting nginx works. But this is probably not really sensible. |
Hey miri-am. As long as you're only doing translations on your dev server, just save the |
If that didn't work let me know... we recently optimized this code to avoid superfluous updates, there could be an edge case that's missing the update, but no one has reported anything since we released this about 2 months ago. You could maybe check that both your dev and production servers have the right time (in GMT). |
okay, was under the impression that this did not work (ie. it did not update strings in the database to new translations based on the new |
Ok great. Please let us know either way. And if possible, a dump of your mf* collections in production and the new |
Save it where? I'm having a similar project. I added strings to my codebase, and they show up in What's the process to do this? I've spent hours reading the docs but as far as I can tell it should be automatic right? |
Hi, yes, but these are two different issues. If you are doing your translations on your dev copy and want to sync translations to production Download If you are doing your translations on the production server Nothing to do. But if you don't deploy directly from your dev working copy (e.g. you deploy from a CI or have some other kind of structure where you deploy from a "clean build"), your newly extracted strings might not make it to production. See #265. You can test to see if the proposed changes help your situation, or for a quick fix, you could try this:
|
I have a running system in production, intially populated by the mfAll.js file. When I do changes to translations on my development server: what is the best strategy to update my translations in production with these changes?
Thanks for any hint on that.
The text was updated successfully, but these errors were encountered: