Tag:
Branch:
Tree:
38a1ed18b8
clone-19695
conflict-artifact
cookie-cutters
fix-build-2
honorifics
japanese
lfs
main
move-kotlin
no-youtube-labels
roll-up
sort-bangla
sort-malayam
try-license-note
${ noResults }
7 Commits (38a1ed18b8b43246366c808a13de77c8a794eea1)
Author | SHA1 | Message | Date |
---|---|---|---|
David Ordás |
e091eeedf0
|
docs(CONTRIBUTING): complete creators guidelines with relator terms (#7102)
* complete creators guidelines with relator terms * Update CONTRIBUTING.md minor language editing * Update CONTRIBUTING.md recover missing MARC relators URL to complete empty link * chore: copy ENG missing texts to translated files * chore: translate new texts to spanish * chore: translate new text to italian Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> Co-authored-by: Eric Hellman <eric@hellman.net> Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> |
2 years ago |
David Ordás |
97022b79cd
|
chore(docs): Apply #6822 (playground definition) to the rest of CONTRIBUTING files (#6824)
* Added playground definition Added a small definition about programming/coding playgrounds for making it understandable to beginners * Define what is a playground Via / completes: - What's a programming playground? #6107 - Added playground definition #6817 - Sentence added under playground #6819 Thanks @Suman373 for the initial idea. Co-authored-by: Suman Roy <95040233+Suman373@users.noreply.github.com> * reword playground definition as suggested Co-authored-by: Eric Hellman <eric@hellman.net> * copy #6822 playground definition into rest files * translate #6822 (playground definition) to spanish * translate #6822 (playground definition) to italian Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> * translate #6822 (playground definition) to french Thanks to @Existential-nonce Co-authored-by: nonce <77142078+Existential-nonce@users.noreply.github.com> * translate EbookFoundation#6822 (playground definition) to chinese Provided by @kang8. Thank you too much! Co-authored-by: kang <1115610574@qq.com> * Improve playground definition in `zh_TW` language Co-authored-by: Alan Syue <33183531+AlanSyue@users.noreply.github.com> * Minor improve playground definition in `fr` language Co-authored-by: lorrding <mathias.berthonneau@gmail.com> Co-authored-by: Suman Roy <95040233+Suman373@users.noreply.github.com> Co-authored-by: Eric Hellman <eric@hellman.net> Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> Co-authored-by: nonce <77142078+Existential-nonce@users.noreply.github.com> Co-authored-by: kang <1115610574@qq.com> Co-authored-by: Alan Syue <33183531+AlanSyue@users.noreply.github.com> Co-authored-by: lorrding <mathias.berthonneau@gmail.com> |
2 years ago |
ImVector |
a75cf7641f
|
docs(CONTRIBUTING): Apply #6878 to the rest of the CONTRIBUTING files (#6890)
* docs(CONTRIBUTING): Apply #6878 to the rest of the CONTRIBUTING files * Update docs/CONTRIBUTING-es.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update docs/CONTRIBUTING-es.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update docs/CONTRIBUTING-es.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update docs/CONTRIBUTING-es.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * doc: translate to zh_TW version * fix: add the link anchor * translate the changes to the de version * Update docs/CONTRIBUTING-fr.md Co-authored-by: lorrding <mathias.berthonneau@gmail.com> * Update docs/CONTRIBUTING-fr.md Co-authored-by: lorrding <mathias.berthonneau@gmail.com> * Update docs/CONTRIBUTING-fr.md Co-authored-by: lorrding <mathias.berthonneau@gmail.com> * Update CONTRIBUTING-fa_IR.md * Fix the wrong link Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: alansyue <b123105@gmail.com> Co-authored-by: Oliver Matla <info@lupinitylabs.com> Co-authored-by: lorrding <mathias.berthonneau@gmail.com> Co-authored-by: Amirhossein Mojiri Foroushani <amojiry@gmail.com> |
2 years ago |
David Ordás |
47bc198769
|
docs(contributing): Merge #5816 with #5752 Indonesian translation (#6719)
* Merge #5752 Indonesian CONTRIBUTING translation Vía EbookFoundation/free-programming-books#6590 Vía EbookFoundation/free-programming-books#5762 Recovered from PR EbookFoundation/free-programming-books#5752 requested by @reskimulud Co-authored-by: Reski Mulud Muchamad <63949402+reski-mulud-muchamad@users.noreply.github.com> * Homogenize format & indent of code blocks - Format using fenced style. - Well indent in those placed inside list enumerations. - Simulate `Good` - `Bad` monospace double colon indent inside each one. - Examples highlighting as `text-plain`. The `md, markdown` style doesn't work very well since blocks has mixed syntax. - `check_urls` code block highlighted as `properties` style (key-value pair). Solves markdownlint rules: - MD040/fenced-code-language: Fenced code blocks should have a language specified - MD046/code-block-style: Code block style [Expected: indented; Actual: fenced] * Homogenize `check_urls=file_to_check` * use "consistent" unordered list mark and ensure 4-spaces indent .editorconfig param Solves markdownlint rules: MD004/ul-style: Unordered list style "consistent" * Move some punctuation just before any closing brackets after it * Apply headings `2-1` empty lines lint rule * Move anchor alias to inside list items there where an anchor alias `<a name="...">` is used near to each of those list items * fix missing anchor aliases specially ones about Guidelines and Formatting * Hack highlight IDE/Editors headings+HTML It apply the hack to highlight in IDE/Editors those headings with an anchor alias just before itself * Homogenize Pull Request acronym * YouTube trademark typos * filenames in monospace font * literals/markup texts in monospace font - `et al.` - File extensions `.md` - Protocols: `http`, `https`... - Notes: LeanPub, require email, StackOverflow, in process, archived trailing dots in that lines * Fix #6721 in CONTRIBUTING-id.md Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> * HTML5 anchors compilant `<a name=`>`<a id=` Co-authored-by: Reski Mulud Muchamad <63949402+reski-mulud-muchamad@users.noreply.github.com> Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> |
3 years ago |
David Ordás |
7a8349abfe
|
feat: Add `docs/readme.md` + update crosslinks (#6700)
* complete translate list with the new languages appeared since hacktoberfest
* Create docs/README.md with the translations section
using root README.md as source. Links are adapted to this folder
Address EbookFoundation/free-programming-books#6698
* fix remaining url + translation items
- Portuguese (Portugal)
- Slovak / slovenčina
- Slovenian / slovenščina
Address EbookFoundation/free-programming-books#6698
* fix remaining url + translation items
- Portuguese (Portugal)
- Slovak / slovenčina
- Slovenian / slovenščina
Address EbookFoundation/free-programming-books#6698
* Add inclusiveness `dare to translate...` paragraph
* Add inclusiveness `dare to translate...` paragraph
* Move translations link target url to docs
* move translation links `bs`
* move translations link `en`
* move translations crosslink `es`
* move translations crosslink `fr`
* move translations crosslink `de`
* move translations crosslink `el`
* move translations crosslink `fa_IR`
* move translations crosslink `fil`
* move translations crosslink `it`
* move translations crosslink `pt_BR`
* move translations crosslink `ko`
* move translations crosslink `ru`
* move translations crosslink `id`
* move translations crosslink `zh`
* move translations crosslink `hi`
* move translations crosslink `pl`
* move translations crosslink `uk`
* move translations crosslink `vi`
* move translations crosslink remaining `HOW-To's`
* revert feature moved to #6688
* Remove the list from the top level. Leave `en` links
* use `previous languages` in root README
* Add more languages lists in root `readme.md`
* fix typo
* fix typo
* Update docs/README.md after translations paragraph
Less text is more
Co-authored-by: Eric Hellman <eric@hellman.net>
* Update README.md after translations paragraph
Less text is more
Co-authored-by: Eric Hellman <eric@hellman.net>
* Update README.md preface translations paragraph
Co-authored-by: Eric Hellman <eric@hellman.net>
* fix CONTRIBUTING target url commited at
|
3 years ago |
David Ordás |
84438cb1df
|
docs(contributing): Homogenize format across translated files (#6625)
* docs(contributing): remove trailing spaces * docs(contributing): Apply headings `2-1` empty lines lint rule * docs(contributing): Apply headings `2-1` empty lines lint rule forgotten in previous commit: |
3 years ago |
Eric Hellman |
868d94730a
|
move the translated documentation files to a docs folder (#6614)
* new branch for misc cleanup
* add item to resolve #6319
* fix grammar
* re-collate
* centralize all the translation links
* one more
* fix link
* localize labels
* move files
* fix links
* indent in arabic
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* typos
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* remove
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* translation
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* translation
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* mixed markdown
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* period
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* missing *
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update docs/HOWTO-pl.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update docs/HOWTO-th.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* translated
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* translate
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* lower case
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* typo
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* wording
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* translations link
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* space
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* space
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* typo
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* fix link
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* fix link
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update CONTRIBUTING-de.md
* space
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* fix link
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* fix link
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* parens not brackets
* fix link
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* fix link
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* add #6619
* chore: resolve dead code CONTRIB-es
Addressed at https://github.com/EbookFoundation/free-programming-books/pull/6614#commitcomment-60517997
Review suggestion: https://github.com/EbookFoundation/free-programming-books/pull/6614#discussion_r751697277
* chore: use spanish translated text for "translations"
Review suggestion: https://github.com/EbookFoundation/free-programming-books/pull/6614#discussion_r751697277
* chore: DRY. Use markdown link refs as translations target
Review suggestion: https://github.com/EbookFoundation/free-programming-books/pull/6614#discussion_r751697277
* fix: revert removed parens in previous commit
|
3 years ago |
Wonjang Son |
29b14ac088
|
Added links to korean docs (#5837)
* Implemented code of conduct korean translation * Implemented CONTRIBUTING korean translation * Implemented HOWTO korean translation * Added English link * Reverted MD syntax formatting * Revert MD syntax * Added HOWTO-kr links * Fixed new line & anchors * Fixed CoC * chore(docs): fix all annoying markdown problems Finish review EbookFoundation/free-programming-books#5837 * chore(docs): fix all annoying markdown problems Finish review EbookFoundation/free-programming-books#5837 * Removed duplicated korean translation * Revert bad md formatting * Fixed inconsistencies * Fixed indentation * Added missing korean links Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> |
3 years ago |
Ricardo Hideki Hangai Kojo |
a18d9b012a
|
add CONTRIBUTING pt-BR (#6031)
* add reference to pt-BR on all CONTRIBUTING files Signed-off-by: Ricardo H H Kojo <ricardokojo7@gmail.com> * add CONTRIBUTING-pt_BR.md Signed-off-by: Ricardo H H Kojo <ricardo.kojo.dev@gmail.com> |
3 years ago |
CakKhoiron |
f67b8e080f
|
Fixing format CONTRIBUTING-id.md (#5898)
Enhance format CONTRIBUTING-id.md for more readable according to Git format |
3 years ago |
Muhammad Alif Nurfauzi |
b18ff0304c
|
Create CONTRIBUTING-id.md (#5816)
Contibuting on Indonesian language |
3 years ago |