Skip to content

Commit

Permalink
Fix issue with compare unit locales.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Aug 20, 2024
1 parent 0fb1397 commit ba94877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renderer/renderJS/compare_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class windowState {
// MARK: init
constructor() {
window.i18n.lang().then((result) => {
this.locale = result
this.locale = result
window.locale = result

this.getSorting()

Expand Down

0 comments on commit ba94877

Please sign in to comment.