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

Improve Russian translation #57

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Improve Russian translation #57

wants to merge 1 commit into from

Conversation

putnik
Copy link

@putnik putnik commented Oct 1, 2023

No description provided.

@JarbasAl JarbasAl requested review from ChanceNCounter and a team October 1, 2023 16:33
@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (5b42f37) 26.14% compared to head (f24f7ec) 26.14%.
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev      #57   +/-   ##
=======================================
  Coverage   26.14%   26.14%           
=======================================
  Files           8        8           
  Lines        1090     1090           
=======================================
  Hits          285      285           
  Misses        805      805           
Flag Coverage Δ
unittests 26.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

{{day}} будет {{condition}}, с максимумом {{temp_max}} и минимумом {{temp_min}}
{{day}}, {{location}} самая высокая температура будет {{temp_max}} и самая низкая - {{temp_min}}, с {{condition}} погодными условиями
Прогноз погоды для {{day}} {{temp_max}} как высокая температура и {{temp_min}} как низкая
{day} будет {condition}, температура поднимется до {temp_max} и опустится до {temp_min}
Copy link
Member

Choose a reason for hiding this comment

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

The variables temp_max/temp_min have to be swapped with high_temperature/ low_temperature. (in general)

Copy link
Author

Choose a reason for hiding this comment

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

Good catch! It was a file with a misspelled name. Apparently, that's why the old variables were still there. I deleted it completely.

Будет легкий ветер, идущий от {direction} {day} в {speed} {speed_unit}.
Будет не очень ветрено {day}
{day} будет легкий {direction} ветер, {speed} {speed_unit}
{day} будет не очень ветрено
Copy link
Member

@emphasize emphasize Oct 2, 2023

Choose a reason for hiding this comment

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

while the missing {location} in some of the dialogs is not a big deal (as you are specifically asking for a location and is more of a confirmation), do you want to omit the speed, speed_unit and direction here?
50-50 chance that cant be influenced.

Copy link
Author

Choose a reason for hiding this comment

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

It is the same in the en-us translation, so I kept it as is. There should probably be some general style guide for all languages.

@JarbasAl
Copy link
Member

we should rebase this so it can get integrated in the new translations framework, after merging we can handle any future fixes on the translation ui

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.

3 participants