In the Inventory Source settings, one of the update options is titled
Update on Project Change. However, the tooltip is titled
Update on Project Update. Looking at the overall AWX codebase, I think
the definitions are fitted more towards Update on Project Update.
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
Steps taken:
$ make docker-compose-test
Create /root/.config/zanata.ini (Obtained from https://translate.engineering.redhat.com/dashboard/settings/client)
Update .pot files:
$ make pot
$ make languages
Push to Zanata:
python tools/scripts/manage_translations.py push --both --lang es
Now we replaced i18n.format with i18n.sprint and we can use
multiple %s but some html tags were left accidentally.
Signed-off-by: Takao Fujiwara <tfujiwar@redhat.com>
- Get rid of html tags and codes in translatable strings
- Replace i18n.format with i18n.sprintf to treat multiple %s
- Add translatable strings for login failures and "SIGN IN".
- Rename ansible-tower.pot to ansible-tower-ui.pot for backend pot
Signed-off-by: Takao Fujiwara <tfujiwar@redhat.com>