Project

General

Profile

Actions

Bug #35333

open

New host details- Translations audit

Added by Jeremy Lenz almost 2 years ago. Updated 5 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Web UI
Target version:
-
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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.

Actions

Also available in: Atom PDF