improved diffing algorithm
This commit is contained in:
parent
6d1e011621
commit
0501a0a463
6 changed files with 156 additions and 19 deletions
7
examples/tiny/en-GB.json
Normal file
7
examples/tiny/en-GB.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"keyA": "Value a",
|
||||
"keyB": "Value b",
|
||||
"keyC": "Value c",
|
||||
"keyD": "Value d",
|
||||
"keyE": "Value e"
|
||||
}
|
7
examples/tiny/nl-NL.json
Normal file
7
examples/tiny/nl-NL.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"keyA": "Waarde a",
|
||||
"keyB": "Waarde b",
|
||||
"keyC": "Waarde c",
|
||||
"keyD": "Waarde d",
|
||||
"keyE": "Waarde e"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue