From f9228938a49d81562b37aea193eafe25fe5a5c0a Mon Sep 17 00:00:00 2001 From: Tad Date: Tue, 4 May 2021 08:30:32 -0400 Subject: [PATCH] Enable the Russian translations, credit @q1011 Closes https://github.com/Divested-Mobile/Hypatia/pull/7 --- .idea/caches/build_file_checksums.ser | Bin 532 -> 532 bytes README.md | 1 + app/build.gradle | 6 +++--- app/src/main/res/values-ru/arrays.xml | 2 ++ app/src/main/res/values-ru/strings.xml | 2 -- app/src/main/res/values/arrays.xml | 1 + 6 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 app/src/main/res/values-ru/arrays.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index cfcc28a0ded62e16f7c2f4da652b0a13535ec2a7..ae3bcd47a4c2e77936fd07da07908e55582ffd8c 100644 GIT binary patch delta 34 scmV+-0NwwT1e64jmj!t@SR diff --git a/README.md b/README.md index 9d8ec64..c2d0087 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Credits - Jean-Luc Tibaux and Petra Mirelli for the French translations. - @dantecpu for the Italian translations. - @inkhorn for the Portuguese translations. +- @q1011 for the Russian translations. - Icons: Google/Android/AOSP, License: Apache 2.0, https://google.github.io/material-design-icons/ Notices diff --git a/app/build.gradle b/app/build.gradle index 47d585c..4a98601 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,9 +6,9 @@ android { applicationId "us.spotco.malwarescanner" minSdkVersion 16 targetSdkVersion 29 - versionCode 68 - versionName "2.19" - resConfigs "en", "de", "es", "fr", "it", "pt" + versionCode 69 + versionName "2.20" + resConfigs "en", "de", "es", "fr", "it", "pt", "ru" } buildTypes { debug { diff --git a/app/src/main/res/values-ru/arrays.xml b/app/src/main/res/values-ru/arrays.xml new file mode 100644 index 0000000..a6b3dae --- /dev/null +++ b/app/src/main/res/values-ru/arrays.xml @@ -0,0 +1,2 @@ + + \ 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 9c48d7e..edc065e 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -1,6 +1,4 @@ - Hypatia - Все права защищены 2017-2021 Divested Computing Group Лицензия: GPL-3.0 Версия: %s Используются сигнатуры в стиле ClamAV diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index e651f80..35727a3 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -5,6 +5,7 @@ • Jean-Luc Tibaux: French Translations • @dantecpu: Italian Translations • @inkhorn: Portuguese Translations + • @q1011: Russian Translations • ClamAV by Cisco: Signature Databases • ESET: Signature Databases • RecursiveFileObserver.java: Daniel Gultsch, ownCloud Inc., Bartek Przybylski