Skip to content

Commit

Permalink
Merge pull request #11 from occ-ai/roy.language_translations
Browse files Browse the repository at this point in the history
Add translations
  • Loading branch information
royshil authored Jun 17, 2024
2 parents c3a4815 + c215c29 commit cd5401f
Show file tree
Hide file tree
Showing 45 changed files with 8,448 additions and 224 deletions.
2 changes: 1 addition & 1 deletion about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>About</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
Expand Down
2 changes: 1 addition & 1 deletion http_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PORT = 18099
http_results = []
loop: asyncio.AbstractEventLoop = None
loop: asyncio.AbstractEventLoop | None = None

app = FastAPI()

Expand Down
2 changes: 1 addition & 1 deletion log_view.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>Log View</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0">
Expand Down
192 changes: 144 additions & 48 deletions main.py

Large diffs are not rendered by default.

Loading

0 comments on commit cd5401f

Please sign in to comment.