/tutorial/get_text/simple/translator.e

http://github.com/tybor/Liberty · Specman e · 15 lines · 11 code · 4 blank · 0 comment · 0 complexity · edb768ed3cb7d2e61e9291404c9470dd MD5 · raw file

  1. class 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 "simple_example"
  11. end