[website] Add Ukrainian language support

Andrey Gusev andrey.goosev at gmail.com
Sun Nov 10 06:46:36 CST 2013


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131110/512fed3c/attachment.html>
-------------- next part --------------
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 file changed, 4 insertions(+)

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' => '????'
-- 
1.8.1.2


More information about the wine-patches mailing list