Replies: 4 comments 3 replies
|
php-diff/example/demo_base.php Lines 31 to 33 in 5eb2dab
This is basically what you are trying to do. 'language' => [
'old' => '...',
'new' => '...',
'differences' => '...',
], |
3 replies
|
Oh this makes so much more sense ... never thought about this. |
0 replies
|
6.13.0 has been released, which implements #66 (reply in thread) |
0 replies
|
Perfect! Thank you very much |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently there is a fixed Old/New in the Side by Side.
it would be nice to define that via an option setting, eg
This would also free up language resource and move that to the user side where you could set whatever you want.
All reactions