adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] master 1875bdb: ADDED initial part of Tur


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] master 1875bdb: ADDED initial part of Turkish translation (thanks Mesutcan!)
Date: Tue, 11 Jul 2017 14:44:27 -0400 (EDT)

branch: master
commit 1875bdb7e49d04bad8a041be5db1915ccdbeaec2
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    ADDED initial part of Turkish translation (thanks Mesutcan!)
---
 NEWS                             | 1 +
 po/LINGUAS                       | 2 +-
 scripts/modules/option_screen.py | 5 +++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index bfbaf3f..6f9f543 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 version 0.3.7:
 - Swedish translation added
+- Partial Turkish translation added
 - Some typos fixed 
 version 0.3.6:
 - Re-recorded soundtrack
diff --git a/po/LINGUAS b/po/LINGUAS
index 56f91f3..f1ef169 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1 +1 @@
-nl it da es fr sv
+nl it da es fr sv tr
diff --git a/scripts/modules/option_screen.py b/scripts/modules/option_screen.py
index e6589ca..cea8ba5 100644
--- a/scripts/modules/option_screen.py
+++ b/scripts/modules/option_screen.py
@@ -56,7 +56,8 @@ class option_screen (adonthell.win_container):
             ("fr_FR", u("Fran\\"+"xe7ais")), \
             ("it_IT", "Italiano"), \
             ("nl_NL", "Nederlands"), \
-            ("sv_SE", "Svenska")]
+            ("sv_SE", "Svenska"), \
+            ("tr_TR", u("T\\"+"xfcrk\\"+"xe7e"))]
         
         self.current_values = []
         self.config = adonthell.config()
@@ -251,4 +252,4 @@ class option_screen (adonthell.win_container):
         if label != None:
             label.move (100 + (80 - label.length())//2, 0)
             label.pack()
-            
\ No newline at end of file
+            



reply via email to

[Prev in Thread] Current Thread [Next in Thread]