feat: ignore diff whitespace (#1067)
Add an option to ignore diff whitespace for diffs.
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
"inline": "Inline view",
|
||||
"split": "Split view"
|
||||
},
|
||||
"ignoreWhitespace": "Ignore whitespace changes",
|
||||
"errorLoadingDiff": "Failed to load diff: {{error}}",
|
||||
"expandAll": "Expand all diffs",
|
||||
"collapseAll": "Collapse all diffs",
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
"collapseAll": "Collapse all diffs",
|
||||
"errorLoadingDiff": "Failed to load diff: {{error}}",
|
||||
"expandAll": "Expand all diffs",
|
||||
"ignoreWhitespace": "Ignorar cambios de espacios en blanco",
|
||||
"filesChanged_one": "{{count}} file changed",
|
||||
"filesChanged_other": "{{count}} files changed",
|
||||
"noChanges": "No changes have been made yet",
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
"collapseAll": "Collapse all diffs",
|
||||
"errorLoadingDiff": "Failed to load diff: {{error}}",
|
||||
"expandAll": "Expand all diffs",
|
||||
"ignoreWhitespace": "空白の変更を無視",
|
||||
"filesChanged_one": "{{count}} file changed",
|
||||
"filesChanged_other": "{{count}} files changed",
|
||||
"noChanges": "No changes have been made yet",
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
"collapseAll": "Collapse all diffs",
|
||||
"errorLoadingDiff": "Failed to load diff: {{error}}",
|
||||
"expandAll": "Expand all diffs",
|
||||
"ignoreWhitespace": "공백 변경 무시",
|
||||
"filesChanged_one": "{{count}} file changed",
|
||||
"filesChanged_other": "{{count}} files changed",
|
||||
"noChanges": "No changes have been made yet",
|
||||
|
||||
Reference in New Issue
Block a user