Skip to content

Commit 1ef5f2d

Browse files
committed
fix: remove 'search modpacks' translation from English, Spanish, and Dutch files
1 parent d4ac2ae commit 1ef5f2d

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

frontend/src/lib/translations/en.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,6 @@ export const en = {
952952
templates: "Templates",
953953
modpackTemplates: "Modpack Templates",
954954
modpackTemplatesDescription: "Discover and install modpacks from CurseForge",
955-
searchModpacks: "Search modpacks...",
956955
loadingModpacks: "Loading modpacks...",
957956
errorLoadingModpacks: "Error loading modpacks",
958957
errorSearchingModpacks: "Error searching modpacks",

frontend/src/lib/translations/es.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,6 @@ export const es: Record<TranslationKey, string> = {
857857
browse: "Explorar",
858858
modpackSelected: "Modpack seleccionado",
859859
searchOrBrowsePopular: "Busca un modpack o explora los populares",
860-
searchModpacks: "Buscar modpacks...",
861860

862861
// CurseForge Manual (Obsoleto)
863862
deprecatedFeature: "Función obsoleta (Deprecated)",

frontend/src/lib/translations/nl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,6 @@ export const nl: Record<TranslationKey, string> = {
871871
browse: "Bladeren",
872872
modpackSelected: "Modpack geselecteerd",
873873
searchOrBrowsePopular: "Zoek een modpack of blader door populaire",
874-
searchModpacks: "Zoek modpacks...",
875874

876875
// Manual CurseForge (Deprecated)
877876
deprecatedFeature: "Verouderde functie",

0 commit comments

Comments
 (0)