-
Notifications
You must be signed in to change notification settings - Fork 178
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
Fix various formatting errors in README #217
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MiaoMint
approved these changes
Jan 27, 2024
appdevelpo
added a commit
that referenced
this pull request
Feb 7, 2024
commit 3294ef8 Author: MiaoMint <44718819+MiaoMint@users.noreply.github.com> Date: Thu Feb 1 11:41:12 2024 +0800 fix: zone mismatch (#220) commit 76dfe67 Author: Agatem <agaatem@outlook.com> Date: Sun Jan 28 16:46:06 2024 +0100 Fix `manga-chapter-read` key in Spanish (#219) commit 18329c0 Author: Agatem <agaatem@outlook.com> Date: Sun Jan 28 00:03:58 2024 +0100 Fix various formatting errors in README (#217) * Remove unnecessary lines * Remove old Telegram link * Update TODOs * Update HTML * Remove space before comma / end of the paragraph * List all languages and mark the current with bold * Update english and chinese commas commit 58b4e91 Author: Agatem <agaatem@outlook.com> Date: Sat Jan 27 05:41:41 2024 +0100 fix(lang): typos in English and sort languages (#214) * Fix typos * Reorder languages * Fix formatting of JSONs * Update translation for "original-site" key in es.json --------- Co-authored-by: MiaoMint <44718819+MiaoMint@users.noreply.github.com> Co-authored-by: MiaoMint <miaomint@0u0.ren> commit 6e826a3 Author: Agatem <agaatem@outlook.com> Date: Sat Jan 27 05:28:54 2024 +0100 feat(lang): Update Spanish translation (#213) commit 8d33dd4 Author: MiaoMint <miaomint@0u0.ren> Date: Sun Jan 21 01:48:27 2024 +0800 Update license information commit e923d8c Author: appdevelpo <56633229+appdevelpo@users.noreply.github.com> Date: Sat Jan 20 22:38:08 2024 +0800 fix(android): cannot login anilist (#204)
appdevelpo
added a commit
that referenced
this pull request
Feb 7, 2024
commit 3294ef8 Author: MiaoMint <44718819+MiaoMint@users.noreply.github.com> Date: Thu Feb 1 11:41:12 2024 +0800 fix: zone mismatch (#220) commit 76dfe67 Author: Agatem <agaatem@outlook.com> Date: Sun Jan 28 16:46:06 2024 +0100 Fix `manga-chapter-read` key in Spanish (#219) commit 18329c0 Author: Agatem <agaatem@outlook.com> Date: Sun Jan 28 00:03:58 2024 +0100 Fix various formatting errors in README (#217) * Remove unnecessary lines * Remove old Telegram link * Update TODOs * Update HTML * Remove space before comma / end of the paragraph * List all languages and mark the current with bold * Update english and chinese commas commit 58b4e91 Author: Agatem <agaatem@outlook.com> Date: Sat Jan 27 05:41:41 2024 +0100 fix(lang): typos in English and sort languages (#214) * Fix typos * Reorder languages * Fix formatting of JSONs * Update translation for "original-site" key in es.json --------- Co-authored-by: MiaoMint <44718819+MiaoMint@users.noreply.github.com> Co-authored-by: MiaoMint <miaomint@0u0.ren> commit 6e826a3 Author: Agatem <agaatem@outlook.com> Date: Sat Jan 27 05:28:54 2024 +0100 feat(lang): Update Spanish translation (#213) commit 8d33dd4 Author: MiaoMint <miaomint@0u0.ren> Date: Sun Jan 21 01:48:27 2024 +0800 Update license information commit e923d8c Author: appdevelpo <56633229+appdevelpo@users.noreply.github.com> Date: Sat Jan 20 22:38:08 2024 +0800 fix(android): cannot login anilist (#204)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
38ab63a Remove unnecessary lines
69ae439 Remove old Telegram link
That channel now has a message redirecting to the other Telegram chat.
b971155 Update TODOs
fdc3c5e Update HTML
<div>
tags if their content does not contain text.<h1>
to be just one line.f6be114 Remove space before comma / end of the paragraph
84ac93a List all languages and mark the current with bold
I think this way is better because if you miss click a language, you don't have to search it again since the order doesn't change because the current one is listed.
1b23cb8 Update english and chinese commas
、
to,
for consistency with the rest of the file and translations.