Browse Source

Update Bulgarian language

duke
gilardh 4 years ago
parent
commit
3ce4b119be
  1. 2
      LICENSE
  2. 4
      app/build.gradle
  3. 2
      app/src/main/res/values-bg/strings.xml
  4. 2
      new_binary.sh

2
LICENSE

@ -1,5 +1,5 @@
GPLv3
Copyright (c) <2019> The Hush Developers
Copyright (c) <2019-2020> The Hush Developers
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

4
app/build.gradle

@ -24,7 +24,7 @@ android {
vectorDrawables.useSupportLibrary = true
}
/*
signingConfigs {
release {
storeFile file(secretProperties["store_file_location"])
@ -41,7 +41,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
*/
}
dependencies {

2
app/src/main/res/values-bg/strings.xml

@ -24,7 +24,7 @@
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>
<string name="no_connection">Няма Връзка</ Адресstring>
<string name="no_connection">Няма Връзка</string>
<string name="connecting">Свързване&#8230;</string>
<string name="loading">Зареждане&#8230;</string>

2
new_binary.sh

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2019 The Hush developers
# Copyright 2019-2020 The Hush developers
# Released under the GPLv3 license
set -e

Loading…
Cancel
Save