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

I18n improvements #254

Merged
merged 18 commits into from
May 15, 2022
Merged

Conversation

k00lagin
Copy link
Contributor

@k00lagin k00lagin commented May 15, 2022

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.

@vercel
Copy link

vercel bot commented May 15, 2022

Someone is attempting to deploy a commit to a Personal Account owned by @kimlimjustin on Vercel.

@kimlimjustin first needs to authorize it.

Copy link
Owner

@kimlimjustin kimlimjustin left a 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>
Copy link
Owner

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

Copy link
Contributor Author

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

@vercel
Copy link

vercel bot commented May 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
updater ✅ Ready (Inspect) Visit Preview May 15, 2022 at 10:21AM (UTC)
xplorer ✅ Ready (Inspect) Visit Preview May 15, 2022 at 10:21AM (UTC)

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

Successfully merging this pull request may close these issues.

2 participants