-
-
Notifications
You must be signed in to change notification settings - Fork 558
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
Added Greek translation #160
Conversation
Yep, it's a problem of the font. |
I fixed the font problem but I noticed that in some points some greek sentences seems too long and they go on a new line. |
Thank you for the swift response. Checking, and I will revert with an update. |
Thanks. |
src/translations/translations.rs
Outdated
@@ -1212,7 +1212,7 @@ pub fn threshold_translation(language: Language) -> String { | |||
Language::TR => "Eşik: ".to_string(), | |||
Language::RU => "Порог: ".to_string(), | |||
Language::PT => "Limite: ".to_string(), | |||
Language::EL => "Όριο: ".to_string(), |
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.
I've replaced this character with its lowercase version and the problem of the second picture I sent you before is now solved
If you can confirm everything is now ok, I'll proceed merging the PR |
Seems ok, you can proceed. |
@all-contributors please add @abousis for translation. |
I've put up a pull request to add @abousis! 🎉 |
Added Greek translation, although Greek letters do not appear at all. I suppose it's the font.