Plain Key-Space-Value String Parser
Plugin source location: <serge_root>/lib/Serge/Engine/Plugin/parse_key_space_value.pm
This plugin is used to parse resource files in key<space>value
format. The first occurrence of space or tab character after the first non-whitespace character is used as a delimiter. Whitespace around key and value is ignored. Each key-value pair must be on its own line.
In the output, all line breaks in translations are replaced with \n
.
Code Examples
key1 string
key2 string
key3 string
...