Skip to content

Commit

Permalink
Readme & changelog files are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Jul 25, 2022
1 parent 83f38cd commit 7329d76
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,35 @@ All notable changes to this package will be documented in this file.

The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].

## v2.17.0

### Added

- Error pages now translated into Spanish 🇪🇸 [#124]

[#124]:https://github.com/tarampampam/error-pages/pull/124

## v2.16.0

### Added

- Error pages now translated in German 🇩🇪 [#115]
- Error pages are now translated into German 🇩🇪 [#115]

[#115]:https://github.com/tarampampam/error-pages/pull/115

## v2.15.0

### Added

- Error pages now translated in Dutch 🇳🇱 [#104]
- Error pages now translated into Dutch 🇳🇱 [#104]

[#104]:https://github.com/tarampampam/error-pages/pull/104

## v2.14.0

### Added

- Error pages now translated in Portuguese 🇵🇹 [#103]
- Error pages now translated into Portuguese 🇵🇹 [#103]

### Changed

Expand Down Expand Up @@ -57,7 +65,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher

### Changed

- Error pages now translated in 🇫🇷 [#82]
- Error pages now translated into 🇫🇷 [#82]

[#82]:https://github.com/tarampampam/error-pages/pull/82

Expand All @@ -84,7 +92,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher

### Changed

- Error pages now translated in 🇺🇦 and 🇷🇺 languages [#80]
- Error pages now translated into 🇺🇦 and 🇷🇺 languages [#80]

[#80]:https://github.com/tarampampam/error-pages/pull/80

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ One day you may want to replace the standard error pages of your HTTP server wit
- Error pages can be [embedded into your own `nginx`][wiki-usage-with-nginx] docker image
- Fully configurable (take a look at the [configuration file](https://github.com/tarampampam/error-pages/blob/master/error-pages.yml) and [project Wiki][wiki])
- Distributed using docker image and compiled binary files
- Localized (🇺🇸, 🇫🇷, 🇺🇦, 🇷🇺, 🇵🇹, 🇳🇱, 🇩🇪) HTML error pages (translation process [described here](https://github.com/tarampampam/error-pages/tree/master/l10n) - other translations are welcome!)
- Localized (🇺🇸, 🇫🇷, 🇺🇦, 🇷🇺, 🇵🇹, 🇳🇱, 🇩🇪, 🇪🇸) HTML error pages (translation process [described here](https://github.com/tarampampam/error-pages/tree/master/l10n) - other translations are welcome!)

## 🧩 Install

Expand Down
1 change: 1 addition & 0 deletions l10n/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ By default, pages markup contains strings in English (`en` locale). If you want
- 🇵🇹 Portuguese by [@fabtrompet](https://github.com/fabtrompet)
- 🇳🇱 Dutch by [@SchoNie](https://github.com/SchoNie)
- 🇩🇪 German by [@mschoeffmann](https://github.com/mschoeffmann)
- 🇪🇸 Spanish by [@Runig006](https://github.com/Runig006)

0 comments on commit 7329d76

Please sign in to comment.