From b3d4a810888dc516777695108bd23b705de6c885 Mon Sep 17 00:00:00 2001 From: y20k Date: Thu, 4 Mar 2021 14:32:51 +0100 Subject: [PATCH] updated language versions --- AUTHORS.md | 10 ++++++++-- app/build.gradle | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 4bf28b9b..56c59e37 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -18,10 +18,14 @@ Finnish version [Riku Viitanen](https://hosted.weblate.org/user/RiksuRaksu/) | [ French version: [Nathan](https://hosted.weblate.org/user/NathanBnm/) | [weblate version history](https://hosted.weblate.org/changes/?lang=fr&project=escapepod) +French version (Canada): [J. Lavoie](https://hosted.weblate.org/user/Edanas/) | [weblate version history](https://hosted.weblate.org/changes/?lang=fr_CA&project=escapepod) + German version: [waweic](https://hosted.weblate.org/user/waweic/) | [weblate version history](https://hosted.weblate.org/changes/?lang=de&project=escapepod) Hebrew version: [Yaron Shahrabani](https://hosted.weblate.org/user/Yaron/) | [weblate version history](https://hosted.weblate.org/changes/?lang=he&project=escapepod) +Italian version: [J. Lavoie](https://hosted.weblate.org/user/Edanas/) | [weblate version history](https://hosted.weblate.org/changes/?lang=it&project=escapepod) + Norwegian version: [Allan Nordhøy](https://hosted.weblate.org/user/kingu/) | [weblate version history](https://hosted.weblate.org/changes/?lang=nb_NO&project=escapepod) Polish version: [Karol Kosek](https://hosted.weblate.org/user/krkk/) | [weblate version history](https://hosted.weblate.org/changes/?lang=pl&project=escapepod) @@ -30,10 +34,12 @@ Portuguese version [Sérgio Marques](https://hosted.weblate.org/user/S%C3%A9rgio Russian version [Nikita Epifanov](https://hosted.weblate.org/user/Nikets/) | [weblate version history](https://hosted.weblate.org/changes/?lang=pt&project=escapepod) -Spanish version [marlon mt](https://hosted.weblate.org/user/marmonto/) | [weblate version history](https://hosted.weblate.org/changes/?lang=es&project=escapepod) +Spanish version [marlon mt](https://hosted.weblate.org/user/marmonto/), [Adolfo Jayme Barrientos](https://hosted.weblate.org/user/Fito/) | [weblate version history](https://hosted.weblate.org/changes/?lang=es&project=escapepod) + +Turkish version [Oğuz Ersen](https://hosted.weblate.org/user/ersen/) | [weblate version history](https://hosted.weblate.org/changes/?lang=tr&project=escapepod) ### Accessibility / TalkBack [holliebaker](https://github.com/holliebaker) ### Want to help? -Please check out the notes in [CONTRIBUTE.md](https://github.com/y20k/escapepod/blob/master/CONTRIBUTE.md) first. \ No newline at end of file +Please check out the notes in [CONTRIBUTE.md](https://github.com/y20k/escapepod/blob/master/CONTRIBUTE.md) first. diff --git a/app/build.gradle b/app/build.gradle index 51207c44..d52e3238 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { targetSdkVersion 30 versionCode 31 versionName '1.0.0' - resConfigs "de", "en", "es", "eu", "fi", "fr", "he", "hr", "nb-rNO", "nl", "pl", "pt", "ru", "zh-rCN" + resConfigs "de", "en", "es", "eu", "fi", "fr", "fr-rCA", "he", "hr", "it", "nb-rNO", "nl", "pl", "pt", "ru", "tr", "zh-rCN" } kotlinOptions {