-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ukrainian language #712
Conversation
@@ -11,7 +11,7 @@ | |||
class Lang(Observable): | |||
observers = [] | |||
callbacks = [] | |||
FONTS = {"jp": "NotoSansJP-Regular.otf", "tr": "NotoSans-Regular.ttf"} | |||
FONTS = {"jp": "NotoSansJP-Regular.otf", "tr": "NotoSans-Regular.ttf", "ua": "NotoSans-Regular.ttf"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default font didn't display several letters.
@@ -920,7 +920,7 @@ msgstr "{num} available katago versions found" | |||
msgid "All models downloaded" | |||
msgstr "All available models already downloaded" | |||
|
|||
#. error message on trying to download models when already done | |||
#. error message on trying to download katago when already done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drive-by improvements
Thanks! Looks good, except maybe the jigo text on the graph is a little long (does it really need a parenthesized label?). |
Thank you! |
I verified that the text fits the dimensions of the UI elements.
I'd also like to do a follow-up PR that localizes a few more elements that are hardcoded now - the B/W on the chart and the AI thoughts.