/tutorial/get_text/library/library_translator.e
Specman e | 12 lines | 8 code | 4 blank | 0 comment | 0 complexity | 9ba1d1a12717e03e23a339aeb1a4009c MD5 | raw file
1class LIBRARY_TRANSLATOR 2 3inherit 4 DOMAIN_GET_TEXT[STRING] 5 6creation 7 connect_to 8 9feature {ANY} 10 text_domain: STRING is "library_example_library" 11 12end