Italian strings (#137)

* added italian strings

* Fix unescaped apostrophes

* Add Italian to resConfigs

* Import translations from third party

* Update donations__thanks_dialog as per @xicciodj

Co-authored-by: Mygod <contact-github@mygod.be>
This commit is contained in:
xicciodj
2020-01-10 12:07:10 +01:00
committed by Mygod
parent 149e4e6736
commit 4f9fae7278
2 changed files with 167 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ android {
applicationId "be.mygod.vpnhotspot"
minSdkVersion 21
targetSdkVersion 29
resConfigs "ru", "zh-rCN"
resConfigs 'it', 'ru', 'zh-rCN'
versionCode 217
versionName '2.6.4'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"