extract_messages()public
Extracts translation target messages and yields each message.
Each yielded message is a Hash. It consists of the followings:
:type |
:paragraph |
:paragraph |
String (The translation target message itself.) |
:line_no |
Integer (The line number of the :paragraph is started.) |
The above content may be added in the future.