From f18eca52af8d95a27f15ea59a072a2a7f26c44cd Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Fri, 15 Dec 2023 21:26:31 +0100 Subject: [PATCH 1/2] Translations update from Hosted Weblate (#594) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Translated using Weblate (Thai) Currently translated at 71.1% (387 of 544 strings) Co-authored-by: Nayuki Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/th/ Translation: Kotatsu/Strings * Translated using Weblate (Spanish) Currently translated at 100.0% (546 of 546 strings) Co-authored-by: gallegonovato Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/es/ Translation: Kotatsu/Strings * Translated using Weblate (Turkish) Currently translated at 100.0% (546 of 546 strings) Co-authored-by: Oğuz Ersen Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/tr/ Translation: Kotatsu/Strings * Translated using Weblate (Russian) Currently translated at 99.8% (545 of 546 strings) Co-authored-by: Hotarun Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/ru/ Translation: Kotatsu/Strings --------- Co-authored-by: Nayuki Co-authored-by: gallegonovato Co-authored-by: Oğuz Ersen Co-authored-by: Hotarun (cherry picked from commit 0612a7ad2c9aedaf8d86f500641ce728b8948829) --- app/src/main/res/values-es/strings.xml | 4 ++++ app/src/main/res/values-ru/strings.xml | 3 +++ app/src/main/res/values-th/strings.xml | 5 +++++ app/src/main/res/values-tr/strings.xml | 2 ++ 4 files changed, 14 insertions(+) diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 5317c92b4..91b983482 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -539,4 +539,8 @@ Esta fuente no permite filtrar por géneros ni por configuración regional Empieza a escribir el nombre del género Puede que te ayude a iniciar la descarga si tienes algún problema + Por favor, seleccione las fuentes de contenido que desea habilitar. Esto también se puede configurar más tarde en la configuración + Restaurar + Fecha de la copia de seguridad: %s + Iniciar sesión en la cuenta de sincronización \ No newline at end of file diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index f4ad11055..ca9a11d62 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -540,4 +540,7 @@ Оттенки серого Может помочь с запуском загрузки, если у вас с этим возникают проблемы Войти в аккаунт синхронизации + Пожалуйста, выберите, какие источники вы хотите включить. Это можно изменить в настройках позже + Восстановить + Дата резервного копирования: %s \ No newline at end of file diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index e69801874..82638c5a2 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -378,4 +378,9 @@ ข้าม หยุดชั่วคราว อื่น + แคชหน้า + บท. %1$d/%2$d หน้า. %3$d/%4$d + เพิ่มเข้าคิวแล้ว + ยืนยันการออก + เรียงลำดับ \ No newline at end of file diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index c74d4b75d..bbe16ab00 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -541,4 +541,6 @@ Gri tonlamalı Lütfen hangi içerik kaynaklarını etkinleştirmek istediğinizi seçin. Bu daha sonra ayarlardan da yapılandırılabilir Eşitleme hesabında oturum aç + Geri yükle + Yedekleme tarihi: %s \ No newline at end of file From 4e0e5be72653ad2a709b9361e50df2c9401cd1d0 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 16 Dec 2023 08:12:42 +0200 Subject: [PATCH 2/2] Update parsers (cherry picked from commit 451a155e08bbaf83f161f6691d2b1c518d954f94) --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7cb8df61d..42c6371cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 605 - versionName = '6.5-b3' + versionCode = 606 + versionName = '6.5' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:75cc0716fd') { + implementation('com.github.KotatsuApp:kotatsu-parsers:42ecf8a958') { exclude group: 'org.json', module: 'json' }