Actions
Bug #28269
closedRemove translation from column table function
Difficulty:
Triaged:
No
Description
The column should not do that because we have a script that searches for the __ in order to extract all the strings needs to be translated and upload them to the translation service.
All '__' instances should be hard coded strings and not variables so the script will only send strings to translate (and not variable name)
https://github.com/theforeman/foreman/blob/7f113cb4b781283ea7b50ee78d980414dd3bc741/webpack/assets/javascripts/react_app/components/common/table/schemaHelpers/column.js#L28
Updated by Maria Agaphontzev almost 5 years ago
- Category set to Web Interface
- Assignee set to Maria Agaphontzev
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7176 added
Updated by Maria Agaphontzev almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 85c0b771faa278a46e3c5604158f0756a70d5c66.
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/7154 added
Actions