/tutorial/get_text/library/program_translator.e
Specman e | 15 lines | 11 code | 4 blank | 0 comment | 0 complexity | 895ef92cde3ee45ef598d42734d0139e MD5 | raw file
1class PROGRAM_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 "library_example_program" 14 15end