-
Notifications
You must be signed in to change notification settings - Fork 18
Add ru-RU localization #77
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
Conversation
| <string name="minutes_short">мин</string> | ||
| <string name="settings_title">Настройки</string> | ||
| <string name="usage_free_duration_message">Отлично! Минут без отвлекающих приложений: %1$s. Продолжай в том же духе!</string> | ||
| <string name="apps_usage_duration_message">За последние %2$s проведено минут в отвлекающих приложениях: %1$s.</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.
FYI: these two lines should use plurals, because some languages use different endings for 1 / 2-4 / 5+ minutes. Current translation is like "Minutes spent: %1$s"
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.
Good to know. I think we can proceed with your updates, and you can create a separate issue for that.
ioit-aaa
left a comment
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.
Short description exceeds the limit of 82 characters. This will result in a build time error
PlugBrain блокирует отвлекающие приложения математическими задачами.
Maybe you can just use this
But who will reimburse me for the eyedrops?
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.
PlugBrain блокирует отвлекающие приложения математическими задачами.
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 made short description similar, just 80 symbols
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.
@DeKaN Please reimburse the money for the eyedrops
|
Use one command to see the sum of all the words in the short description echo -n "" | wc -mor # However, this adds a newline character to the end of the file, causing an extra character to be evaluated
cat | wc -m |
Fix #55