Skip to content

internationalize text #45

Description

@keturn

Some widgets have user-facing text, sometimes in tooltips

// TODO: Translate
button.setTooltip("Expand");

or labels

private static final String NULL_LABEL = "Object is null.";
private static final String MODIFY_LABEL = "Modify Object";

or other buttons

// TODO: Translate
addElementButton.setText("Add Element");

Any text that appears as part of the UI on screen should be translatable. The above are examples, not an exhaustive list, and they might not all have such helpful "TODO" markers on them.

Use existing NUI translation interfaces if possible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueGood for learners that are new to TerasologyRevive: Keepissue has been looked at and deemed potentially helpful for reviveType: RefactoringRequest for or implementation of pure and automatic refactorings, e.g. renaming, to improve clarity

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions