Actions
Bug #35333
openNew host details- Translations audit
Status:
New
Priority:
Normal
Assignee:
-
Category:
Web UI
Target version:
-
Description
Katello has a lot of untranslated phrases that show up on the new host details page.
Example: ModuleStreamConstants
export const INSTALLED_STATE = {
UPGRADEABLE: 'Upgradable',
UPTODATE: 'Up-to-date',
NOTINSTALLED: 'Not installed',
};
export const HOST_MODULE_STREAM_STATUSES = {
ENABLED: 'Enabled',
INSTALLED: 'Installed',
DISABLED: 'Disabled',
UNKNOWN: 'Unknown',
UPGRADABLE: 'Upgradable',
};
Foreman has an eslint rule that highlights untranslated phrases; maybe we should look into adding that.
Updated by Chris Roberts almost 3 years ago
- Category set to Web UI
- Target version set to Katello 4.7.0
- Triaged changed from No to Yes
Updated by Chris Roberts over 2 years ago
- Target version changed from Katello 4.7.0 to Katello 4.8.0
Updated by Jeremy Lenz over 2 years ago
- Target version changed from Katello 4.8.0 to Katello 4.9.0
- Triaged changed from Yes to No
Updated by Lucy Fu almost 2 years ago
- Target version changed from Katello 4.9.0 to Katello 4.10.0
Updated by Jeremy Lenz over 1 year ago
- Target version deleted (
Katello 4.10.0) - Triaged changed from Yes to No
Updated by Ian Ballou over 1 year ago
- Target version set to Katello 4.11.0
- Triaged changed from No to Yes
Actions