Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix i18n issues #1744

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
229 changes: 115 additions & 114 deletions i18n/nw_base.ts

Large diffs are not rendered by default.

221 changes: 111 additions & 110 deletions i18n/nw_de_DE.ts

Large diffs are not rendered by default.

221 changes: 111 additions & 110 deletions i18n/nw_en_US.ts

Large diffs are not rendered by default.

221 changes: 111 additions & 110 deletions i18n/nw_es_419.ts

Large diffs are not rendered by default.

221 changes: 111 additions & 110 deletions i18n/nw_it_IT.ts

Large diffs are not rendered by default.

221 changes: 111 additions & 110 deletions i18n/nw_ja_JP.ts

Large diffs are not rendered by default.

223 changes: 112 additions & 111 deletions i18n/nw_nb_NO.ts

Large diffs are not rendered by default.

221 changes: 111 additions & 110 deletions i18n/nw_nl_NL.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion novelwriter/dialogs/wordlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(self, mainGui: GuiMain) -> None:

# Header
self.headLabel = NColourLabel(
"Project Word List", SHARED.theme.helpText, parent=self,
self.tr("Project Word List"), SHARED.theme.helpText, parent=self,
scale=NColourLabel.HEADER_SCALE
)

Expand Down
Loading