mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-02 06:01:48 -05:00
- For strings that need to be translated, but are saved in the db: * They must be marked for translation using gettext_noop() to be translated. * And must also be marked for translation with _() when read from db and shown to the user. * [Ref]: https://docs.djangoproject.com/en/3.0/topics/i18n/translation/#marking-strings-as-no-op