Ubuntu Pastebin

Paste from Ubuntu Phone Greek Test at Fri, 27 Feb 2015 23:55:53 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Αρχείο /usr/share/maliit/plugins/com/ubuntu/KeyboardContainer.qml στο κινητό.
# Κάνουμε τις παρακάτω μικρές προσθήκες. Γίνονται και με το χέρι.

--- KeyboardContainer.qml.ORIGINAL	2015-02-13 22:32:58.000000000 +0200
+++ KeyboardContainer.qml	2015-02-27 17:21:05.600968592 +0200
@@ -128,6 +128,7 @@
                 "da",
                 "de",
                 "emoji",
+		"el",
                 "en",
                 "es",
                 "fi",
@@ -178,6 +179,8 @@
                 return "lib/de/Keyboard_de.qml";
             if (language === "emoji")
                 return "lib/emoji/Keyboard_emoji.qml";
+            if (language === "el")
+                return "lib/el/Keyboard_el.qml";
             if (language === "en")
                 return "lib/en/Keyboard_en.qml";
             if (language === "es")
Download as text