Replies: 6 comments 3 replies
-
The inflection here is implicit-- The sentence addresses the user, and "Welcome" may need to inflect based on the user's gender (which you'd have to get from some external source). The "your" in both of Nebojsa's examples above might inflect in the same way in any language where the second person singular pronoun has gender.
The pronouns in both of the above sentences may need to inflect based on the gender of
That is, "The light is on" or "The door is unlocked". The condition may have to inflect based on the device. "The" and "{device}" may also need to change when juxtaposed.
That is, "You have ordered 3 large pizzas" or "You have ordered 1 small salad". The quantity may affect the grammatical number of both the size and the item; the item may affect the gender of the size (and maybe of the quantity). |
Beta Was this translation helpful? Give feedback.
-
I think there are a lot of interesting cases involving date, times, date/time intervals, and durations:
|
Beta Was this translation helpful? Give feedback.
-
Arabic for examples: https://screenshot.googleplex.com/53kJwgj5QqtSi9a
…On Tue, Apr 2, 2024 at 5:22 PM Nebojša Ćirić ***@***.***> wrote:
@BrunoCartoni <https://github.com/BrunoCartoni> I am trying to come up
with an example language where gender for {you} is needed. The
particip/verb part I agree.
—
Reply to this email directly, view it on GitHub
<#26 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGM2AFC3PD74ALKU2MICQBLY3LEM3AVCNFSM6AAAAABE6DRDFSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSOBVGY4DK>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Bruno Cartoni | (he/him) | Staff Linguist | Pride at Google Zürich Lead |
***@***.*** | +41.79.246.80.46
|
Beta Was this translation helpful? Give feedback.
-
An example where UI looks weird due to inability to inflect the name of the product (Tasks in this case): This use case could be filed under:
|
Beta Was this translation helpful? Give feedback.
-
Added a pull request to document decisions from our meeting #27 |
Beta Was this translation helpful? Give feedback.
-
Hi all,
as we discussed in our meeting on 2024-03-19, we should list all use cases to better scope the project.
Please use simple syntax to improve clarity.
A couple of examples to start, with the inflection feature needed to implement them:
For case 1.a, both from_location and to_location have to be in a proper case.
For case 1.b, first_name should be in vocative in Serbian. The current localization solution is to either drop the name, or change the message to something that avoids inflection, e.g. "Order from {restaurant} is ready for pickup for the user named {first_name}" which feels wrong to a native speaker.
Beta Was this translation helpful? Give feedback.
All reactions