From ea5992f6ee64a63ab40936f584c055efce9984bd Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 23 Apr 2019 15:46:03 +0200 Subject: [PATCH] Update translations metadata --- CHANGELOG.md | 6 ++++++ Passepartout/Sources/AppConstants.swift | 5 ++++- README.md | 7 +++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b351bd..a32ac285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Portuguese translations (Helder Santana). [#70](https://github.com/passepartoutvpn/passepartout-ios/pull/70) +- German translations (Christian Lederer). +- Russian translations (Alexander Korobynikov). + ### Fixed - SoftEther connects without VPN icon. [#69](https://github.com/passepartoutvpn/passepartout-ios/issues/69) diff --git a/Passepartout/Sources/AppConstants.swift b/Passepartout/Sources/AppConstants.swift index d323dcc8..95d4892f 100644 --- a/Passepartout/Sources/AppConstants.swift +++ b/Passepartout/Sources/AppConstants.swift @@ -155,7 +155,10 @@ public class AppConstants { } public static let authorByLanguage: [String: String] = [ - "it": "Davide De Rosa" + "it": "Davide De Rosa", + "pt-BR": "Helder Santana", + "de": "Christian Lederer", + "ru": "Alexander Korobynikov" ] } diff --git a/README.md b/README.md index b304afc0..3b16e7ae 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,13 @@ This product includes software developed by the OpenSSL Project for use in the O © 2002-2018 OpenVPN Inc. - OpenVPN is a registered trademark of OpenVPN Inc. +## Translations + +- Italian: Davide De Rosa (author) - [@keeshux](https://github.com/keeshux) +- Portuguese: Helder Santana - [@heldr](https://github.com/heldr) +- German: Christian Lederer +- Russian: Alexander Korobynikov + ## Usage You are strongly encouraged to read carefully both the [disclaimer][web-disclaimer] and [privacy policy][web-privacy] before using this software.