-
-
Notifications
You must be signed in to change notification settings - Fork 62.6k
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: homogenize authoring format and place #7034
Merged
eshellman
merged 12 commits into
EbookFoundation:main
from
davorpa:normalize-authoring-format
Sep 2, 2022
Merged
fix: homogenize authoring format and place #7034
eshellman
merged 12 commits into
EbookFoundation:main
from
davorpa:normalize-authoring-format
Sep 2, 2022
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
- use colon as author separator (replaces `&`, `and`, `y`, `e`, `et`...) - ensures is placed after resource title, not part of itself `title - author` - `et al.` as special author/token to group many
davorpa
added
conflicts
Conflict(s) need to be resolved
and removed
conflicts
Conflict(s) need to be resolved
labels
Aug 22, 2022
davorpa
added
🗣️ locale:en
Resources addressing "English" language
🗣️ locale:es
Resources addressing "Spanish / español" language
🗣️ locale:fr
Resources addressing "French / français" language
🗣️ locale:de
Resources addressing "German / Deutsch" language
🗣️ locale:it
Resources addressing "Italian / italiano" language
🗣️ locale:pt
Resources addressing "Portuguese / Brazilian" language
🗣️ locale:zh
Resources addressing "Chinese" language
🗣️ locale:ja
Resources addressing "Japanese / 日本語" language
🗣️ locale:id
Resources addressing "Indonesian" language
🗣️ locale:th
Resources addressing "Thai / ไทย" language
🗣️ locale:pl
Resources addressing "Polish / polski" language
🗣️ locale:ar
Resources addressing "Arabic / العربية" language
🗣️ locale:ko
Resources addressing "Korean / 한국어 [韓國語]" language
🗣️ locale:tr
Resources addressing "Turkish / Türkçe" language
🗣️ locale:fa_IR
Resources addressing "Persian / Farsi (Iran) / فارسى" language
🗣️ locale:hu
Resources addressing "Hungarian / magyar / magyar nyelv" language
labels
Aug 22, 2022
eshellman
reviewed
Aug 23, 2022
eshellman
reviewed
Aug 23, 2022
eshellman
reviewed
Aug 23, 2022
eshellman
reviewed
Aug 23, 2022
eshellman
reviewed
Aug 23, 2022
eshellman
reviewed
Aug 23, 2022
eshellman
reviewed
Aug 23, 2022
Conflicts are with #7033 merge which add a new QT resource which uses some modified line as hunk |
Solve conflicts with branch 'upstream/main' until this PR/commit adding theirs resources too behind conflictive hunk
davorpa
commented
Aug 24, 2022
Used regex: `-\s+(\(|$)`
5 tasks
davorpa
added a commit
to davorpa/free-programming-books
that referenced
this pull request
Sep 2, 2022
davorpa
added a commit
to davorpa/free-programming-books
that referenced
this pull request
Sep 2, 2022
4 tasks
6 tasks
18 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🗣️ locale:ar
Resources addressing "Arabic / العربية" language
🗣️ locale:de
Resources addressing "German / Deutsch" language
🗣️ locale:en
Resources addressing "English" language
🗣️ locale:es
Resources addressing "Spanish / español" language
🗣️ locale:fa_IR
Resources addressing "Persian / Farsi (Iran) / فارسى" language
🗣️ locale:fr
Resources addressing "French / français" language
🗣️ locale:hu
Resources addressing "Hungarian / magyar / magyar nyelv" language
🗣️ locale:id
Resources addressing "Indonesian" language
🗣️ locale:it
Resources addressing "Italian / italiano" language
🗣️ locale:ja
Resources addressing "Japanese / 日本語" language
🗣️ locale:ko
Resources addressing "Korean / 한국어 [韓國語]" language
🗣️ locale:pl
Resources addressing "Polish / polski" language
🗣️ locale:pt
Resources addressing "Portuguese / Brazilian" language
🗣️ locale:th
Resources addressing "Thai / ไทย" language
🗣️ locale:tr
Resources addressing "Turkish / Türkçe" language
🗣️ locale:zh
Resources addressing "Chinese" language
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.
What does this PR do?
Add info | Improve repo
For resources
Description
&
,and
,y
,e
,et
...)title - author
. Stripby
et al.
as special author/token to group manyremove author role title/acronymstrad.
trl.
as traducer notation instead remove it (needs review all added resources) Definition list: https://loc.gov/marc/relators/relaterm.html,,
- (
, (
...Checklist:
Follow-up