/tutorial/get_text/library/library_translator.e

http://github.com/tybor/Liberty · Specman e · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · 9ba1d1a12717e03e23a339aeb1a4009c MD5 · raw file

  1. class LIBRARY_TRANSLATOR
  2. inherit
  3. DOMAIN_GET_TEXT[STRING]
  4. creation
  5. connect_to
  6. feature {ANY}
  7. text_domain: STRING is "library_example_library"
  8. end