Terminal emulator with all the bells and whistles https://www.enlightenment.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
850 B

if get_option('nls')
i18n = import('i18n')
i18n.gettext('terminology',
languages: [
'ca',
'de',
'el',
'eo',
'es',
'fi',
'fr',
'hi',
'it',
'ko',
'ms',
'sl',
'sr',
'tr',
'vi'
],
args: [
'--keyword=_',
'--keyword=d_:1',
'--keyword=P_:1,2',
'--keyword=dP_:1,2',
'--keyword=N_',
'--keyword=NP_:1,2',
'--from-code=UTF-8',
'--foreign-user'
])
config_data.set('HAVE_GETTEXT', '1')
config_data.set('ENABLE_NLS', '1')
endif