pcluster-manager icon indicating copy to clipboard operation
pcluster-manager copied to clipboard

Move hardcoded labels to the i18n file

Open mtfranchetto opened this issue 2 years ago • 0 comments

Description

With the introduction of i18n (with #175) we have the ability of internationalize PCluster Manager. However, the codebase is scattered with hardcoded labels that cannot be replaced at runtime with the language chosen by the user. We should find all the places where labels are hardcoded, and move them to the strings.json file.

Look at #175 for an example on how to do it.

mtfranchetto avatar Aug 18 '22 13:08 mtfranchetto