Skip to content

Commit

Permalink
Merge pull request #170 from cicirello/prep-1-17
Browse files Browse the repository at this point in the history
Update docs and preparation for release 1.17.0
  • Loading branch information
cicirello authored Oct 5, 2022
2 parents cc034b8 + f015275 commit e8ba608
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2022-10-03
## [Unreleased] - 2022-10-05

### Added
* Increased internationalization support with the addition of new locales:
* Dutch (`locale: nl`) in #166, contributed by @lovelacecoding.
* Norwegian (`locale: no`) in #167, contributed by @rubjo.
* Romanian (`locale: ro`) in #164, contributed by @donheshanthaka.
* Thai (`locale: th`) in #165, contributed by @Slowlife01 and updated by @thititongumpun.

### Changed

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

### Dependencies


## [1.17.0] - 2022-10-05

### Added
* Increased internationalization with the addition of new locales:
* Dutch (`locale: nl`) in #166, contributed by @lovelacecoding.
* Norwegian (`locale: no`) in #167, contributed by @rubjo.
* Romanian (`locale: ro`) in #164, contributed by @donheshanthaka.
* Thai (`locale: th`) in #165, contributed by @Slowlife01 and updated by @thititongumpun.

### Dependencies
* Bump cicirello/pyaction from 4.8.1 to 4.9.0.


Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 over 15 [languages](#locale).
* [International](#locale) with option to generate SVG in 20 [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,6 +808,7 @@ currently supported:
| :--- | :--- |
| id | Bahasa Indonesia |
| bn | Bengali |
| nl | Dutch |
| en | English |
| fr | French |
| de | German |
Expand All @@ -816,10 +817,13 @@ currently supported:
| ja | Japanese |
| ko | Korean |
| lt | Lithuanian |
| no | Norwegian |
| pl | Polish |
| pt | Portuguese |
| ro | Romanian |
| ru | Russian |
| es | Spanish |
| th | Thai |
| tr | Turkish |
| uk | Ukrainian |

Expand Down

0 comments on commit e8ba608

Please sign in to comment.