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

Expression needs plural form, otherwise translations won't work #31

Open
sjentsch opened this issue Jul 29, 2024 · 3 comments
Open

Expression needs plural form, otherwise translations won't work #31

sjentsch opened this issue Jul 29, 2024 · 3 comments
Assignees

Comments

@sjentsch
Copy link
Member

sjentsch commented Jul 29, 2024

The following expression needs to be changed into a singular / plural form (in addition, atleast -> at least):

#: jamovi/server/jamovi/server/compute/checker.py
msgid "Function {}() requires atleast {} argument{}"

->

msgid "Function {}() requires at least {} argument"
msgid_plural "Function {}() requires at least {} arguments"

The same applies to

#: jamovi/server/jamovi/server/compute/checker.py
msgid "Function {}() takes {} argument{}"

msgid "Function {}() requires atleast {} argument{}"

msgid "Function {}() takes {} argument{}"

@jonathon-love
Copy link
Member

oh yup. i'm a bit puzzled by the {} on the end of "Function {}() takes {} argument{}" ... do you know why that is @dropmann ?

@jonathon-love jonathon-love self-assigned this Jul 29, 2024
@sjentsch
Copy link
Member Author

sjentsch commented Jul 29, 2024

There is another small thing:

msgid "One Drive"

OneDrive is a trademark. (1) It should be one word (OneDrive) and (2) it should be removed from translation (I briefly checked the Wikipedia-entries for a couple languages that don't use Latin - Chinese, Japanese, Hebrew - and it is written like in English in all those languages).

@sjentsch
Copy link
Member Author

sjentsch commented Jul 29, 2024

Regd. argument{}: I suppose {} is a placeholder for a plural s.

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

No branches or pull requests

2 participants