Skip to content

Commit bb6a2e0

Browse files
authored
update docs for release 1.21.0 (#237)
1 parent a50dde8 commit bb6a2e0

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - 2023-10-02
7+
## [Unreleased] - 2023-10-04
88

99
### Added
10-
* Translation to Tagalog (`locale: tl`) in #227 (@digracesion).
11-
* Translation to Swedish (`locale: sv`) in #230 (@Viveksati5143).
12-
* Translation to Persian (`locale: fa`) in #232 (@AshkanArabim).
13-
* Translation to Malayalam (`locale: ml`) in #235 (@Sarthak027).
14-
* Translation to Finnish (`locale: fi`) in #236 (@Sadeedpv).
1510

1611
### Changed
1712

@@ -22,10 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2217
### Fixed
2318

2419
### Dependencies
25-
* Bump cicirello/pyaction from 4.22.0 to 4.24.0
2620

2721
### CI/CD
2822

23+
### Other
24+
25+
26+
## [1.21.0] - 2023-10-04
27+
28+
### Added
29+
* Translation to Tagalog (`locale: tl`) in #227 (@digracesion).
30+
* Translation to Swedish (`locale: sv`) in #230 (@Viveksati5143).
31+
* Translation to Persian (`locale: fa`) in #232 (@AshkanArabim).
32+
* Translation to Malayalam (`locale: ml`) in #235 (@Sarthak027).
33+
* Translation to Finnish (`locale: fi`) in #236 (@Sadeedpv).
34+
35+
### Dependencies
36+
* Bump cicirello/pyaction from 4.22.0 to 4.24.0
37+
2938
### Other
3039
* Updated the quickstart / sample workflows to the latest version of actions/checkout.
3140

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GitHub Action include the following:
4141
* Ability to generate separate SVGs for the individual categories of stats
4242
if you prefer.
4343
* Highly customizable (color themes, custom colors, section ordering, custom title).
44-
* [International](#locale) with option to generate SVG in 24 [languages](#locale).
44+
* [International](#locale) with option to generate SVG in 29 [languages](#locale).
4545
* Runs entirely here on GitHub.
4646
* Updates the SVG on a schedule of your choice (e.g., daily), rather than
4747
on-demand when someone views your profile, which has the following advantages:
@@ -319,7 +319,7 @@ release that you wish to use, such as with the following:
319319

320320
```yml
321321
- name: Generate the user stats image
322-
uses: cicirello/user-statistician@v1.19.0
322+
uses: cicirello/user-statistician@v1.21.0
323323
env:
324324
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
325325
```
@@ -809,6 +809,7 @@ action will use the default of "en". The following locales are currently support
809809
| bn | Bengali |
810810
| nl | Dutch |
811811
| en | English |
812+
| fi | Finnish |
812813
| fr | French |
813814
| de | German |
814815
| hi | Hindi |
@@ -817,15 +818,19 @@ action will use the default of "en". The following locales are currently support
817818
| ja | Japanese |
818819
| ko | Korean |
819820
| lt | Lithuanian |
821+
| ml | Malayalam |
820822
| no | Norwegian |
821823
| or | Odia |
824+
| fa | Persian |
822825
| pl | Polish |
823826
| pt | Portuguese |
824827
| ro | Romanian |
825828
| ru | Russian |
826829
| sat | Santali |
827830
| sr | Serbian |
828831
| es | Spanish |
832+
| sv | Swedish |
833+
| tl | Tagalog |
829834
| th | Thai |
830835
| tr | Turkish |
831836
| uk | Ukrainian |

0 commit comments

Comments
 (0)