Skip to content

Improve English localisation#76

Draft
sakkamade wants to merge 1 commit into
leoding86:masterfrom
sakkamade:English
Draft

Improve English localisation#76
sakkamade wants to merge 1 commit into
leoding86:masterfrom
sakkamade:English

Conversation

@sakkamade

@sakkamade sakkamade commented Jun 23, 2021

Copy link
Copy Markdown
Contributor
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

sakkamade commented Jun 26, 2021

Copy link
Copy Markdown
Contributor Author

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
"_load_temporary_plugin": "Load temporary plugin",

"_reload_theme": "Reload Theme",
"_reload_theme": "Reload theme",

Copy link
Copy Markdown
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
Comment thread src/locales/en/messages.json Outdated
"_manga": "Manga",

"_jobs": "Jobs",
"_jobs": "Tasks ",

Copy link
Copy Markdown
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
Copy Markdown
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