diff --git a/Passepartout/Sources/AppConstants.swift b/Passepartout/Sources/AppConstants.swift index 1312436d..628d3a4f 100644 --- a/Passepartout/Sources/AppConstants.swift +++ b/Passepartout/Sources/AppConstants.swift @@ -172,9 +172,14 @@ public class AppConstants { public static let authorByLanguage: [String: String] = [ "de": "Christian Lederer", + "el": "Konstantinos Koukoulakis", + "es": "Davide De Rosa, Elena Vivó", + "fr-FR": "Julien Laniel", "it": "Davide De Rosa", + "nl": "Norbert de Vreede", "pt-BR": "Helder Santana", - "ru": "Alexander Korobynikov" + "ru": "Alexander Korobynikov", + "sv": "Henry Gross-Hellsen" ] } diff --git a/README.md b/README.md index 7a79138e..38838734 100644 --- a/README.md +++ b/README.md @@ -142,10 +142,15 @@ This product includes software developed by the OpenSSL Project for use in the O ## Translations +- Dutch: Norbert de Vreede - [@paxpacis](https://github.com/paxpacis) +- French: Julien Laniel - [@linkjul](https://github.com/linkjul) - German: Christian Lederer +- Greek: Konstantinos Koukoulakis - Italian: Davide De Rosa (author) - [@keeshux](https://github.com/keeshux) - Portuguese: Helder Santana - [@heldr](https://github.com/heldr) - Russian: Alexander Korobynikov +- Spanish: Davide De Rosa (author), Elena Vivó +- Swedish: Henry Gross-Hellsen - [@cowpod](https://github.com/cowpod) ## Usage