From 7329d7697c8bc7d6f85ac600c155c81cb03b459b Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Mon, 25 Jul 2022 11:13:18 +0400 Subject: [PATCH] Readme & changelog files are updated --- CHANGELOG.md | 18 +++++++++++++----- README.md | 2 +- l10n/readme.md | 1 + 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f0a9d..d4be5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 6874eaf..5f6d448 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/l10n/readme.md b/l10n/readme.md index 925eb77..44f0fa2 100644 --- a/l10n/readme.md +++ b/l10n/readme.md @@ -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)