-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat(l10n): Improve translation guidelines #12806
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Joas Schilling <[email protected]>
|
||
Please also look through the following steps to improve your strings and make them better translatable by others | ||
"Don't","Do not","Using the spelled out version is easier to understand and makes translating easier" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...
vs …
´
vs '
user vs account
user vs people
admin vs administration
administrator vs administration
leading/trailing space
include : into translated string for french and others that prepend a space
you have more ideas @rakekniven ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nickvergessen
can not -> cannot
don't -> do not
won't -> will not
Keep proper names e. g. "Smart Picker"
Check IT abbreviations e. g. id -> ID
have to think of more ideas ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the placeholder topic.
Many devs to not use placeholders. Instead they concatenate string and value like "response error:" . "%s". Better use "response error: %s"
☑️ Resolves
🖼️ Screenshots