Skip to content
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

Update documentation for cs and el locales and prepare for release #261

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2024-10-14

### Added
* Translation to Czech (`locale: cs`) in #259 (@Sarthak027)
* Translation to Greek (`locale: el`) in #260 (@Debasmita54)

### Changed

Expand All @@ -19,13 +17,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

### Dependencies
* Bump cicirello/pyaction from 4.29.0 to 4.32.0

### CI/CD

### Other


## [1.24.0] - 2024-10-14

### Added
* Translation to Czech (`locale: cs`) in #259 (@Sarthak027)
* Translation to Greek (`locale: el`) in #260 (@Debasmita54)

### Dependencies
* Bump cicirello/pyaction from 4.29.0 to 4.32.0


## [1.23.0] - 2024-05-13

### Added
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GitHub Action include the following:
* Ability to generate separate SVGs for the individual categories of stats
if you prefer.
* Highly customizable (color themes, custom colors, section ordering, custom title).
* [International](#locale) with option to generate SVG in 30 [languages](#locale).
* [International](#locale) with option to generate SVG in 32 [languages](#locale).
* Runs entirely here on GitHub.
* Updates the SVG on a schedule of your choice (e.g., daily), rather than
on-demand when someone views your profile, which has the following advantages:
Expand Down Expand Up @@ -808,11 +808,13 @@ action will use the default of "en". The following locales are currently support
| hy | Armenian |
| id | Bahasa Indonesia |
| bn | Bengali |
| cs | Czech |
| nl | Dutch |
| en | English |
| fi | Finnish |
| fr | French |
| de | German |
| el | Greek |
| hi | Hindi |
| hu | Hungarian |
| it | Italian |
Expand Down