Plugin source location: <serge_root>/lib/Serge/Engine/Plugin/parse_keyvalue.pm
This plugin is used to parse resource files in key=value
format. The first occurrence of =
is used as a delimiter. Whitespace before and afer the delimiter is ignored. Each key-value pair must be on its own line.
In the output, all line breaks in translations are replaced with \n
.
key1 = string
key2= string
key3=string
...