Skip to content

Commit

Permalink
Merge pull request #2113 from theDreamer911/patch-1
Browse files Browse the repository at this point in the history
adding indonesian translation for readme
  • Loading branch information
willmcgugan authored Apr 4, 2022
2 parents 9ab0758 + 09ae41a commit ae1ee4e
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v2
- run: python3 -m pip install codespell
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
--skip="./README.de.md,./README.es.md,./README.sv.md,./README.fr.md,./README.de-ch.md,./README.hi.md,./README.pt-br.md,./README.it.md,*.svg,./benchmarks/snippets.py"
--skip="./README.de.md,./README.es.md,./README.sv.md,./README.fr.md,./README.de-ch.md,./README.hi.md,./README.pt-br.md,./README.it.md,./README.id.md,*.svg,./benchmarks/snippets.py"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Progress.open and Progress.wrap_file method to track the progress while reading from a file or file-like object https://github.com/willmcgugan/rich/pull/1759
- SVG export functionality https://github.com/Textualize/rich/pull/2101

### Added

- Adding Indonesian translation

### Fixed

- Add missing `end` keyword argument to `Text.from_markup` https://github.com/Textualize/rich/pull/2095
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ The following people have contributed to the development of Rich:
- [Aaron Stephens](https://github.com/aaronst)
- [Gabriele N. Tornetta](https://github.com/p403n1x87)
- [Arian Mollik Wasi](https://github.com/wasi-master)
- [Handhika Yanuar Pratama](https://github.com/theDreamer911)
Loading

0 comments on commit ae1ee4e

Please sign in to comment.