Skip to content

Conversation

pseudoacacial
Copy link
Contributor

User-visible hungarian strings are now i18n keys.

For download statuses, instead of just the string, an object with an i18n key is sent, so that it can be translated in the renderer. Note: download-error event left untranslated as download-error is not currently used in renderer.

Also: for temporarily invisible elements (table and status on the search page) element.hidden = true is used instead of element.style.display = "none"

User-visible hungarian strings are now i18n keys.

For download statuses, instead of just the string, an object with an i18n key is sent, so that it can be translated in the renderer.
Note: download-error event left untranslated as download-error is not currently used in renderer.

Also: for temporarily invisible elements (table and status on the search page) `element.hidden = true` is used instead of `element.style.display = "none"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant