Enable the Russian translations, credit @q1011

Closes https://github.com/Divested-Mobile/Hypatia/pull/7
This commit is contained in:
Tad 2021-05-04 08:30:32 -04:00
parent d95cf2b166
commit f9228938a4
6 changed files with 7 additions and 5 deletions

Binary file not shown.

View file

@ -62,6 +62,7 @@ Credits
- Jean-Luc Tibaux and Petra Mirelli for the French translations. - Jean-Luc Tibaux and Petra Mirelli for the French translations.
- @dantecpu for the Italian translations. - @dantecpu for the Italian translations.
- @inkhorn for the Portuguese 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/ - Icons: Google/Android/AOSP, License: Apache 2.0, https://google.github.io/material-design-icons/
Notices Notices

View file

@ -6,9 +6,9 @@ android {
applicationId "us.spotco.malwarescanner" applicationId "us.spotco.malwarescanner"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionCode 68 versionCode 69
versionName "2.19" versionName "2.20"
resConfigs "en", "de", "es", "fr", "it", "pt" resConfigs "en", "de", "es", "fr", "it", "pt", "ru"
} }
buildTypes { buildTypes {
debug { debug {

View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>

View file

@ -1,6 +1,4 @@
<resources> <resources>
<string name="app_name" translatable="false">Hypatia</string>
<string name="app_copyright">Все права защищены 2017-2021 Divested Computing Group</string>
<string name="app_license">Лицензия: GPL-3.0</string> <string name="app_license">Лицензия: GPL-3.0</string>
<string name="app_version">Версия: %s</string> <string name="app_version">Версия: %s</string>
<string name="app_db_type_clamav">Используются сигнатуры в стиле ClamAV</string> <string name="app_db_type_clamav">Используются сигнатуры в стиле ClamAV</string>

View file

@ -5,6 +5,7 @@
<item>• Jean-Luc Tibaux: French Translations</item> <item>• Jean-Luc Tibaux: French Translations</item>
<item>• @dantecpu: Italian Translations</item> <item>• @dantecpu: Italian Translations</item>
<item>• @inkhorn: Portuguese Translations</item> <item>• @inkhorn: Portuguese Translations</item>
<item>• @q1011: Russian Translations</item>
<item>• ClamAV by Cisco: Signature Databases</item> <item>• ClamAV by Cisco: Signature Databases</item>
<item>• ESET: Signature Databases</item> <item>• ESET: Signature Databases</item>
<item>• RecursiveFileObserver.java: Daniel Gultsch, ownCloud Inc., Bartek Przybylski</item> <item>• RecursiveFileObserver.java: Daniel Gultsch, ownCloud Inc., Bartek Przybylski</item>