Andrey Gusev : Add Ukrainian language support

Jeremy Newman jnewman at winehq.org
Mon Nov 11 10:16:27 CST 2013


Module: website
Branch: master
Commit: 8cc6dc242e0e7c6ecb67fc1b3255e985e5d3d379
URL:    http://source.winehq.org/git/website.git/?a=commit;h=8cc6dc242e0e7c6ecb67fc1b3255e985e5d3d379

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Sun Nov 10 14:46:36 2013 +0200

Add Ukrainian language support

--047d7bdc119a81fcc704ead201e5
Content-Type: text/plain; charset=ISO-8859-1

<div dir="ltr"><br></div>

>From 060c9b6b7cda369a98adc080e449c4238d532d2f Mon Sep 17 00:00:00 2001
Message-Id: <060c9b6b7cda369a98adc080e449c4238d532d2f.1384087073.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sun, 10 Nov 2013 13:30:08 +0200
Subject: [website] Add Ukrainian language support

---

 include/data.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/data.php b/include/data.php
index 92cf10d..b549ed2 100644
--- a/include/data.php
+++ b/include/data.php
@@ -64,6 +64,10 @@ class data
                                                'name'   => 'Türkçe',
                                                'change' => 'Lisan Değiştir'
                                               ),
+                                 'uk' => array(
+                                               'name'   => 'Українська',
+                                               'change' => 'Змінити мову'
+                                              ),
                                  'zh-cn' => array(
                                                'name'   => '简体中文',
                                                'change' => '选择语言'




More information about the wine-cvs mailing list