Skip to content

Commit 9608633

Browse files
committed
Removed more redundant files
1 parent 5581f4a commit 9608633

File tree

5 files changed

+2
-46
lines changed

5 files changed

+2
-46
lines changed

client/components/__test__/Nav.test.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ describe('Nav', () => {
3737
findNext: jest.fn(),
3838
findPrev: jest.fn(),
3939
showReplace: jest.fn(),
40-
showReplaceAll: jest.fn(),
4140
},
4241
startSketch: jest.fn(),
4342
stopSketch: jest.fn(),

client/images/replace-all.svg

-23
This file was deleted.

client/images/replace.svg

-16
This file was deleted.

translations/locales/en-US/translations.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"Find": "Find",
1717
"FindNext": "Find Next",
1818
"FindPrevious": "Find Previous",
19-
"Replace": "Replace",
20-
"ReplaceAll": "Replace All"
19+
"Replace": "Replace"
2120
},
2221
"Sketch": {
2322
"Title": "Sketch",
@@ -165,7 +164,6 @@
165164
"FindNextMatch": "Find Next Match",
166165
"FindPrevMatch": "Find Previous Match",
167166
"ReplaceTextMatch": "Replace Text Match",
168-
"ReplaceAllTextMatches": "Replace All Text Matches",
169167
"IndentCodeLeft": "Indent Code Left",
170168
"IndentCodeRight": "Indent Code Right",
171169
"CommentLine": "Comment Line",

translations/locales/es-419/translations.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"Find": "Buscar",
1717
"FindNext": "Buscar siguiente",
1818
"FindPrevious": "Buscar anterior",
19-
"Replace": "Reemplazar",
20-
"ReplaceAll": "Reemplaza todo"
19+
"Replace": "Reemplazar"
2120
},
2221
"Sketch": {
2322
"Title": "Bosquejo",
@@ -165,7 +164,6 @@
165164
"FindNextMatch": "Encontrar siguiente ocurrencia",
166165
"FindPrevMatch": "Encontrar ocurrencia previa",
167166
"ReplaceTextMatch": "Reemplazar coincidencia de texto",
168-
"ReplaceAllTextMatches": "Reemplazar todas las coincidencias de texto",
169167
"IndentCodeLeft": "Indentar código a la izquierda",
170168
"IndentCodeRight": "Indentar código a la derecha",
171169
"CommentLine": "Comentar línea de código",

0 commit comments

Comments
 (0)