mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
Merge pull request #10390 from rooftopcellist/update-translations
Update translation make target for ui_next SUMMARY This adds the --clean flag to the extract-strings command (cleans up obsolete strings) and separates out the extract-template command. ISSUE TYPE Feature Pull Request COMPONENT NAME Translation Automation AWX VERSION 19.2.0 Reviewed-by: Jake McDermott <yo@jakemcdermott.me> Reviewed-by: Christian Adams <rooftopcellist@gmail.com> Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
"lint": "eslint --ext .js --ext .jsx .",
|
||||
"add-locale": "lingui add-locale",
|
||||
"extract-strings": "lingui extract",
|
||||
"extract-template": "lingui extract-template",
|
||||
"compile-strings": "lingui compile",
|
||||
"prettier": "prettier --write \"src/**/*.{js,jsx,scss}\"",
|
||||
"prettier-check": "prettier --check \"src/**/*.{js,jsx,scss}\""
|
||||
|
||||
Reference in New Issue
Block a user