Skip to content

Commit

Permalink
Fix a missing translation initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
aaclause committed Nov 29, 2023
1 parent 87d5d51 commit 850c4aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addon/globalPlugins/openai/model.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import addonHandler

addonHandler.initTranslation()

class Model:

def __init__(
Expand Down

0 comments on commit 850c4aa

Please sign in to comment.