Skip to content

Commit

Permalink
Fixed typo (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus authored Jul 8, 2024
1 parent a72a7be commit fc5579a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buzz/locale/lv_LV/LC_MESSAGES/buzz.po
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ msgid "Unable to save OpenAI API key to keyring"
msgstr "Neizdevās saglabāt OpenAI API atslēgu atslēgu saišķī"

#: buzz/transcriber/transcriber.py:25
msgid "Tanscribe"
msgid "Transcribe"
msgstr "Atpazīt"

#: buzz/model_loader.py:478
Expand Down
2 changes: 1 addition & 1 deletion buzz/transcriber/transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Task(enum.Enum):

TASK_LABEL_TRANSLATIONS = {
Task.TRANSLATE: _("Translate"),
Task.TRANSCRIBE: _("Tanscribe"),
Task.TRANSCRIBE: _("Transcribe"),
}


Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ stable-ts = "2.15.9"
faster-whisper = "^1.0.1"
openai-whisper = "v20231117"
transformers = "^4.39.1"
polib = "^1.2.0"

[tool.poetry.group.dev.dependencies]
autopep8 = "^1.7.0"
Expand Down

0 comments on commit fc5579a

Please sign in to comment.