Readme & changelog files are updated

This commit is contained in:
Paramtamtam 2022-07-25 11:13:18 +04:00
parent 83f38cdd16
commit 7329d7697c
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B
3 changed files with 15 additions and 6 deletions

View File

@ -4,11 +4,19 @@ 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
@ -16,7 +24,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
### Added
- Error pages now translated in Dutch 🇳🇱 [#104]
- Error pages now translated into Dutch 🇳🇱 [#104]
[#104]:https://github.com/tarampampam/error-pages/pull/104
@ -24,7 +32,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
### Added
- Error pages now translated in Portuguese 🇵🇹 [#103]
- Error pages now translated into Portuguese 🇵🇹 [#103]
### Changed
@ -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
@ -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

View File

@ -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

View File

@ -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)