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

Sync Strings #2765

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Sync Strings #2765

merged 1 commit into from
Apr 29, 2024

Conversation

ElementBot
Copy link
Collaborator

  • Update Strings from Localazy

@ElementBot ElementBot requested a review from a team as a code owner April 29, 2024 00:19
@ElementBot ElementBot requested review from jmartinesp and removed request for a team April 29, 2024 00:19
@ElementBot
Copy link
Collaborator Author

ElementBot commented Apr 29, 2024

Warnings
⚠️

libraries/ui-strings/src/main/res/values-cs/translations.xml#L4 - For locale "cs" (Czech) the following quantity should also be defined: many (e.g. "10.0 dne")

⚠️

libraries/ui-strings/src/main/res/values-cs/translations.xml#L22 - For locale "cs" (Czech) the following quantity should also be defined: many (e.g. "10.0 dne")

⚠️

libraries/ui-strings/src/main/res/values-cs/translations.xml#L152 - For locale "cs" (Czech) the following quantity should also be defined: many (e.g. "10.0 dne")

⚠️

libraries/ui-strings/src/main/res/values-cs/translations.xml#L176 - For locale "cs" (Czech) the following quantity should also be defined: many (e.g. "10.0 dne")

⚠️

libraries/ui-strings/src/main/res/values-sk/translations.xml#L4 - For locale "sk" (Slovak) the following quantity should also be defined: many (e.g. "10.0 dňa")

⚠️

libraries/ui-strings/src/main/res/values-sk/translations.xml#L22 - For locale "sk" (Slovak) the following quantity should also be defined: many (e.g. "10.0 dňa")

⚠️

libraries/ui-strings/src/main/res/values-sk/translations.xml#L151 - For locale "sk" (Slovak) the following quantity should also be defined: many (e.g. "10.0 dňa")

⚠️

libraries/ui-strings/src/main/res/values-sk/translations.xml#L175 - For locale "sk" (Slovak) the following quantity should also be defined: many (e.g. "10.0 dňa")

Generated by 🚫 dangerJS against 4f82baa

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/gFnunp

Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.60%. Comparing base (27b91c2) to head (4f82baa).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2765   +/-   ##
========================================
  Coverage    73.60%   73.60%           
========================================
  Files         1504     1504           
  Lines        36058    36058           
  Branches      6957     6957           
========================================
  Hits         26539    26539           
  Misses        5870     5870           
  Partials      3649     3649           

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

Copy link
Member

Choose a reason for hiding this comment

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

The 3rd line in the title and the new button make this screen too cramped in small displays in German.

Choose a reason for hiding this comment

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

Is there a way I can access the screenshots to understand what the problem is?

Copy link
Member

@jmartinesp jmartinesp Apr 29, 2024

Choose a reason for hiding this comment

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

Opening the link above and tapping on 'load diff'. It will probably take some time to scroll to the right file because the PR diff is quite large.

Copy link
Member

Choose a reason for hiding this comment

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

In any case, here's a screenshot of the diff:

image

Copy link
Member

Choose a reason for hiding this comment

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

Also, it seems like the meaning of the 2nd button is completely lost, I just realised that...

Copy link
Member

Choose a reason for hiding this comment

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

Yes, I think we may want buttons to be displayed on 2 lines if necessary.

But note that screenshot are recorder with a rather small screen device. It will less happen IRL. On the other side, user can increase the font size and in this case, it can also be broken.

Copy link
Member

Choose a reason for hiding this comment

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

Yes, I think we may want buttons to be displayed on 2 lines if necessary.

I guess we could do that for text only buttons, but I wouldn't do it for outlined/filled buttons. In this case, I think the best solution is to not try to directly translate the 'forgot your password?' action and use something that fits better, but that's just my opinion.

Copy link
Member

Choose a reason for hiding this comment

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

It's a bit weird that the avatar option was the only one using the Raum- prefix and now it's the only one not using it.

@jmartinesp
Copy link
Member

@VolkerJunginger there are a couple of issues with the German translations, see my comments above.

@@ -30,7 +30,7 @@
<string name="state_event_room_join_by_you">"Vous avez rejoint le salon"</string>
<string name="state_event_room_knock">"%1$s a demandé à rejoindre"</string>
<string name="state_event_room_knock_accepted">"%1$s a autorisé %2$s à rejoindre"</string>
<string name="state_event_room_knock_accepted_by_you">"%1$s vous a autorisé à rejoindre"</string>
<string name="state_event_room_knock_accepted_by_you">"Vous avez autoriser %1$s à joindre le salon"</string>
Copy link
Member

Choose a reason for hiding this comment

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

Note: I'll fix the typo on Localazy.

Copy link
Member

Choose a reason for hiding this comment

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

(done)

@bmarty
Copy link
Member

bmarty commented Apr 29, 2024

OK, there is nothing blocking, let's merge and fix any issue later.

@bmarty bmarty merged commit 65b61e5 into develop Apr 29, 2024
17 checks passed
@bmarty bmarty deleted the sync-localazy branch April 29, 2024 16:52
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.

4 participants