Actions
Bug #4785
closedangular-gettext's gettext function only works for extraction, need to also handle replacements
Description
See https://github.com/rubenv/angular-gettext/issues/29
We have various gettext() calls in our Bastion javascript files that will only return the untranslated string. We need to figure out a way to handle replacement.
A couple of ideas:- Wrap the angular-gettext function with our own version that does replacements
- Use what's outlined here: https://github.com/rubenv/angular-gettext/issues/29#issuecomment-37196935
Actions