/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

  1. class PROGRAM_TRANSLATOR
  2. inherit
  3. GNU_GET_TEXT
  4. rename
  5. init_in_current_working_directory as init
  6. end
  7. creation
  8. init
  9. feature {ANY}
  10. text_domain: STRING is "library_example_program"
  11. end