You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ngx-translate to support multi-language in angular. I've a very specific need that an admin can update the translations (i.e. can update en.json, fr.json, ur.json, etc... using a UI made in angular). What's the recommended way to allow admin to add, update and delete translations?
The text was updated successfully, but these errors were encountered:
I don't think there's any standard way to do this. You can create a UI of your own choice - I think it would be a nice OS project on its own.
You have to keep in mind to reload the language after editing, taking into account that you're doing this into the same page/application.
(If you have created something that could be useful for the rest of the community, feel free to do a PR against the README file with a link to your repo
I'm using ngx-translate to support multi-language in angular. I've a very specific need that an admin can update the translations (i.e. can update en.json, fr.json, ur.json, etc... using a UI made in angular). What's the recommended way to allow admin to add, update and delete translations?
The text was updated successfully, but these errors were encountered: