/tutorial/get_text/simple/translator.e
Specman e | 15 lines | 11 code | 4 blank | 0 comment | 0 complexity | edb768ed3cb7d2e61e9291404c9470dd MD5 | raw file
1class TRANSLATOR 2 3inherit 4 GNU_GET_TEXT 5 rename 6 init_in_current_working_directory as init 7 end 8 9creation 10 init 11 12feature {ANY} 13 text_domain: STRING is "simple_example" 14 15end