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.
30 lines
712 B
30 lines
712 B
6 years ago
|
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'
|
||
|
])
|