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

Improve English localisation #76

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sakkamade
Copy link
Contributor

@sakkamade sakkamade commented Jun 23, 2021

Minimised

I have checked it mostly, and the only issue that I found is here:

omina start up 2

This is how it looks without this commit:
omina start up

Sorry, I don't really know JS, however I expect that adding something like word-break: break-word; in case with CSS to corresponding file should fix it.

EDIT: And so I did just that:

word-break: break-word;

omina22

@sakkamade sakkamade force-pushed the English branch 7 times, most recently from 2c499eb to 6a1cf4a Compare June 25, 2021 02:54
@sakkamade
Copy link
Contributor Author

sakkamade commented Jun 26, 2021

Please don't hesitate to speak up, if some strings are not to your liking.

@sakkamade sakkamade force-pushed the English branch 7 times, most recently from cd8c3a6 to 2133153 Compare July 5, 2021 22:53
@sakkamade sakkamade force-pushed the English branch 2 times, most recently from d3ec47d to c268264 Compare July 19, 2021 04:52
@@ -226,11 +226,11 @@

"_load_temporary_plugin": "Load temporary plugin",

"_reload_theme": "Reload Theme",
"_reload_theme": "Reload theme",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see you adding new strings capitalised, but vocabulary should be unified.
And since this way is more common, and is better, I am making such changes.

Please feel free to speak if you want to leave them as they are.

@sakkamade sakkamade marked this pull request as draft July 19, 2021 04:57
@@ -155,9 +155,9 @@

"_manga": "Manga",

"_jobs": "Jobs",
"_jobs": "Tasks ",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The space here was added intentionally, however it is better not to be added here, but there:

{{ $t('_jobs') }}({{jobsCount}})

I will correct it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leoding86, Or perhaps it will look superfluous in Chinese locale, so it is better to left the space here?

@sakkamade sakkamade force-pushed the English branch 3 times, most recently from d55139c to d539100 Compare July 19, 2021 21:48
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.

1 participant