Skip to content
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

Merged
merged 5 commits into from
Sep 26, 2024
Merged

Add Ukrainian language #712

merged 5 commits into from
Sep 26, 2024

Conversation

lykahb
Copy link
Contributor

@lykahb lykahb commented Sep 25, 2024

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.

@@ -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"}
Copy link
Contributor Author

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by improvements

@sanderland
Copy link
Owner

Thanks! Looks good, except maybe the jigo text on the graph is a little long (does it really need a parenthesized label?).
Also feel free to reorder the flags geographically, maybe Ukranian could be to the right of french?

@sanderland sanderland merged commit da9ec85 into sanderland:master Sep 26, 2024
3 checks passed
@sanderland
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants