Add Greek translation (contribution by Zissis Papadopoulos)
svn: r20543
This commit is contained in:
		@@ -53,6 +53,7 @@ _LANG_MAP = {
 | 
			
		||||
    "cs" : _("Czech"),
 | 
			
		||||
    "da" : _("Danish"),
 | 
			
		||||
    "de" : _("German"),
 | 
			
		||||
    "el" : _("Greek"),
 | 
			
		||||
    "en" : _("English"),
 | 
			
		||||
    "eo" : _("Esperanto"),
 | 
			
		||||
    "es" : _("Spanish"),
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -46,7 +46,7 @@ import commands
 | 
			
		||||
from stat import ST_MODE
 | 
			
		||||
 | 
			
		||||
VERSION = '4.0.0'
 | 
			
		||||
ALL_LINGUAS = ('bg', 'ca', 'cs', 'da', 'de', 'en_GB', 'es', 'fi', 'fr', 'he',
 | 
			
		||||
ALL_LINGUAS = ('bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'es', 'fi', 'fr', 'he',
 | 
			
		||||
               'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR',
 | 
			
		||||
               'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN')
 | 
			
		||||
INTLTOOL_FILES = ('gramps/data/tips.xml', 'gramps/plugins/lib/holidays.xml')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user