-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
I18n improvements #254
I18n improvements #254
Conversation
"Кошик" means trash can
Other favorites are named more briefly.
Someone is attempting to deploy a commit to a Personal Account owned by @kimlimjustin on Vercel. @kimlimjustin first needs to authorize it. |
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.
Thanks for your PR, however there is a single thing you forgot to update, could you please update it?
<option value="mica" ${transparentEffect === 'mica' ? 'selected' : ''} ${!(platform === 'win32' && (await isWin11())) ? 'disabled' : '' | ||
} ${disabledForWeb}>${mica_i18n}</option> | ||
<option value="vibrancy" ${transparentEffect === 'vibrancy' ? 'selected' : ''} ${platform !== 'darwin' ? 'disabled' : '' | ||
} ${disabledForWeb}>${vibrancy_i18n}</option> | ||
<option value="none" ${transparentEffect === 'none' ? 'selected' : ''}>None</option> |
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.
I think you forgot to change this one too, could you please edit it? hehe
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.
Oh... yes!
It was in my local repo, but when I was cleaning stuff up for the PR it somehow got lost
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Motivation
There were some places in the interface, where text appeared to be not translated.
Changes
Localisation improvements. Added I18n to the places where text was hardcoded. Fixed a typo and improved couple of wordings. Translated all now-presented strings to the ukrainian language.