Skip to content

Commit ecb45b5

Browse files
committed
Add new language
- Added Bulgarian (@rddim) - Reorder language list - Readded english
1 parent 0fc60ac commit ecb45b5

7 files changed

Lines changed: 446 additions & 11 deletions

File tree

Contributors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ Those listed below have contributed to `SimpleDnsCrypt`, and are the copyright h
1616
* @simonclausen
1717
* @ShellAddicted
1818
* @robin98
19-
* @pablomh
19+
* @pablomh
20+
* @rddim

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ Feel free to report your success or failure: [here](https://github.com/bitbeans/
109109

110110
# ![Alt text](img/icons/32x32.png "Translations") Translations
111111

112-
SimpleDNSCrypt currently speaks the following languages (13):
112+
SimpleDNSCrypt currently speaks the following languages (14):
113113

114+
- Bulgarian (@rddim)
114115
- Danish (@simonclausen)
115116
- Dutch (Tim Tyteca)
116117
- English

SimpleDnsCrypt/Config/Global.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public static class Global
219219
/// <summary>
220220
/// Languages, the config file can handle.
221221
/// </summary>
222-
public static readonly string[] SupportedLanguages = {"de", "da", "en", "es", "fr", "fa", "id", "it", "nl", "ru", "sv", "tr", "zh"};
222+
public static readonly string[] SupportedLanguages = {"bg", "de", "da", "en", "es", "fr", "fa", "id", "it", "nl", "ru", "sv", "tr", "zh"};
223223

224224
/// <summary>
225225
///

SimpleDnsCrypt/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
ResourceDictionaryLocation.None,
1515
ResourceDictionaryLocation.SourceAssembly
1616
)]
17-
[assembly: AssemblyVersion("0.4.1")]
18-
[assembly: AssemblyFileVersion("0.4.1")]
17+
[assembly: AssemblyVersion("0.4.2")]
18+
[assembly: AssemblyFileVersion("0.4.2")]
1919

0 commit comments

Comments
 (0)