Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Conversation

luixxiul
Copy link
Contributor

@luixxiul luixxiul commented Feb 14, 2023

Signed-off-by: Suguru Hirahara luixxiul@users.noreply.github.com

This PR makes localization keys compatible with agglutinative and/or SOV (Subject Object Verb) type languages, clarifying context with variables, to improve localization experience on Weblate.

type: defect
element-web notes: none

Checklist

  • Tests written for new code (and old code if feasible)
  • Linter and other CI checks pass
  • Sign-off given on the changes (see CONTRIBUTING.md)

Here's what your changelog entry will look like:

🐛 Bug Fixes

  • Make localization keys compatible with agglutinative and/or SOV type languages (#10159). Contributed by @luixxiul.

@github-actions github-actions bot added the Z-Community-PR Issue is solved by a community member's PR label Feb 14, 2023
@@ -1574,8 +1574,8 @@
"FAQ": "FAQ",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Versions": "Versions",
"Homeserver is": "Homeserver is",
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 position of verbs should not be hard coded.

@github-actions github-actions bot added the T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems label Feb 14, 2023
…native and/or SOV type languages

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
… compatible with agglutinative and/or SOV type languages

Make keys compatible with inflection

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
@luixxiul luixxiul changed the title Improve localization experience on Weblate Make localization keys compatible with agglutinative and/or SOV type languages Feb 14, 2023
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
@luixxiul luixxiul requested review from t3chguy and removed request for justjanne February 21, 2023 04:30
@luixxiul
Copy link
Contributor Author

(#10159 (comment) I didn't notice that asking a review from more than one reviewer was not possible)

@t3chguy t3chguy requested a review from justjanne February 21, 2023 08:52
@justjanne justjanne merged commit b9ff655 into matrix-org:develop Feb 22, 2023
@luixxiul luixxiul deleted the localization-2 branch February 22, 2023 12:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems Z-Community-PR Issue is solved by a community member's PR