Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jun 17, 2024
1 parent bae689a commit c215c29
Show file tree
Hide file tree
Showing 25 changed files with 1,268 additions and 1,213 deletions.
13 changes: 0 additions & 13 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,19 +453,6 @@ def toggleStabilize(self):
# start or stop the stabilization
self.image_viewer.toggleStabilization(self.ui.pushButton_stabilize.isChecked())

# def toggleHttpServer(self):
# if not self.ui.pushButton_starthttpserver.isChecked():
# # stop the http server
# stop_http_server()
# # change the button text to "start the http server"
# self.ui.pushButton_starthttpserver.setText("▶️ Start the server")
# return
# else:
# # start the http server
# start_http_server()
# # change the button text to "stop the http server"
# self.ui.pushButton_starthttpserver.setText("🛑 Stop the server")

def toggleStopUpdates(self, value):
self.ui.statusbar.showMessage(
self.translator.translate("main", "Stopped updates")
Expand Down
Binary file modified translations/scoresight_de_DE.qm
Binary file not shown.
200 changes: 102 additions & 98 deletions translations/scoresight_de_DE.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_en_US.qm
Binary file not shown.
204 changes: 106 additions & 98 deletions translations/scoresight_en_US.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_es_ES.qm
Binary file not shown.
204 changes: 106 additions & 98 deletions translations/scoresight_es_ES.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_fr_FR.qm
Binary file not shown.
208 changes: 106 additions & 102 deletions translations/scoresight_fr_FR.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_it_IT.qm
Binary file not shown.
208 changes: 106 additions & 102 deletions translations/scoresight_it_IT.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_ko_KR.qm
Binary file not shown.
208 changes: 106 additions & 102 deletions translations/scoresight_ko_KR.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_nl_NL.qm
Binary file not shown.
208 changes: 106 additions & 102 deletions translations/scoresight_nl_NL.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_pl_PL.qm
Binary file not shown.
208 changes: 106 additions & 102 deletions translations/scoresight_pl_PL.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_pt_BR.qm
Binary file not shown.
208 changes: 106 additions & 102 deletions translations/scoresight_pt_BR.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_pt_PT.qm
Binary file not shown.
204 changes: 106 additions & 98 deletions translations/scoresight_pt_PT.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_ru_RU.qm
Binary file not shown.
204 changes: 106 additions & 98 deletions translations/scoresight_ru_RU.ts

Large diffs are not rendered by default.

Binary file modified translations/scoresight_zh_CN.qm
Binary file not shown.
204 changes: 106 additions & 98 deletions translations/scoresight_zh_CN.ts

Large diffs are not rendered by default.

0 comments on commit c215c29

Please sign in to comment.