Skip to content

Commit

Permalink
Fix menu options sometimes not being translated
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Feb 1, 2024
1 parent c761eed commit 19818de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed
- transparency issues on Windows 10
- Schedule options not being updated after change of language
- Schedule and Menu options not being updated after change of language
- multiple RTL UI issues

## [1.15.1] - 2023-11-19
Expand Down
1 change: 1 addition & 0 deletions app/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ window.onload = (e) => {
document.querySelector('#longBreakEvery').closest('div').querySelector('output')
.innerHTML = i18next.t('utils.minutes', { count: parseInt(realBreakInterval()) })
})
htmlTranslate.translate() // sometimes few texts are not translated, so calling twice
setWindowHeight()
}
}
Expand Down

0 comments on commit 19818de

Please sign in to comment.