diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-02 19:42:28 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-02 19:42:28 +0000 |
commit | 03cf70354883afe50085fee5f9c918869639f0d9 (patch) | |
tree | b0e2964ae409e3ceb045a6abc4a1d9416bdbad96 /tools/Langpack Suite/Form1.Designer.cs | |
parent | 8b370768afba86951fb6ef5071b429d57855b202 (diff) |
- LangpackSuite: Ukrainian translation added (not working yet)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/Langpack Suite/Form1.Designer.cs')
-rw-r--r-- | tools/Langpack Suite/Form1.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Langpack Suite/Form1.Designer.cs b/tools/Langpack Suite/Form1.Designer.cs index 5c6276d6d7..2e3098e01a 100644 --- a/tools/Langpack Suite/Form1.Designer.cs +++ b/tools/Langpack Suite/Form1.Designer.cs @@ -444,6 +444,7 @@ this.LanguageComboBox.FormattingEnabled = true;
this.LanguageComboBox.Items.AddRange(new object[] {
"English",
+ "Українська",
"Русский"});
this.LanguageComboBox.Location = new System.Drawing.Point(204, 324);
this.LanguageComboBox.Name = "LanguageComboBox";
|