/tutorial/get_text/library/program_translator.e
http://github.com/tybor/Liberty · Specman e · 15 lines · 11 code · 4 blank · 0 comment · 0 complexity · 895ef92cde3ee45ef598d42734d0139e MD5 · raw file
- class PROGRAM_TRANSLATOR
- inherit
- GNU_GET_TEXT
- rename
- init_in_current_working_directory as init
- end
- creation
- init
- feature {ANY}
- text_domain: STRING is "library_example_program"
- end