b8c08ba5ad
Adds a few more complex edge cases which are supported. Also adds some documentation, simplifies the code a bit and forbids using double quotes as a delimiter.
8 lines
339 B
Text
8 lines
339 B
Text
keys,en,de
|
|
GOOD_MORNING,"Good Morning","Guten Morgen"
|
|
GOOD_EVENING,"Good Evening",""
|
|
Without quotes,"With, comma","With ""inner"" quotes","With ""inner"", quotes"","" and comma","With ""inner
|
|
split"" quotes and
|
|
line breaks","With \nnewline chars"
|
|
Some other~delimiter~should still work, shouldn't it?
|
|
What about tab separated lines, good?
|