Skip to content

Commit

Permalink
fix sipis BLAT
Browse files Browse the repository at this point in the history
  • Loading branch information
QweRezOn committed May 23, 2024
1 parent 11bf64a commit 82b4c24
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
42 changes: 0 additions & 42 deletions src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,47 +283,6 @@ export default defineUserConfig({
},
},
},
"/mx/": {
placeholder: "Buscar",
translations: {
button: {
buttonText: "Buscar",
buttonAriaLabel: "Buscar",
},
modal: {
searchBox: {
resetButtonTitle: "Limpiar Criterio de Búsqueda",
resetButtonAriaLabel: "Limpiar Criterio de Búsqueda",
cancelButtonText: "Volver",
cancelButtonAriaLabel: "Volver",
},
startScreen: {
recentSearchesTitle: "Historial de Búsqueda",
noRecentSearchesText: "No hay historial de búsqueda",
saveRecentSearchButtonTitle: "Guardar en historial de búsqueda",
removeRecentSearchButtonTitle: "Quitar del historial de búsqueda",
favoriteSearchesTitle: "Favoritos",
removeFavoriteSearchButtonTitle: "Quitar de Favoritos",
},
errorScreen: {
titleText: "No es posible obtener los resultados",
helpText: "Por favor, comprueba tu conexión a internet.",
},
footer: {
selectText: "Seleccionar",
navigateText: "Cambiar",
closeText: "Cerrar",
searchByText: "Hecho por",
},
noResultsScreen: {
noResultsText: "No se han encontrado resultados:",
suggestedQueryText: "Intenta con una consulta diferente",
reportMissingResultsText: "¿Crees que esta consulta debería arrojar algunos resultados :> ?",
reportMissingResultsLinkText: "Contáctenos",
},
},
},
},
"/mm/": {
placeholder: "Search",
translations: {
Expand Down Expand Up @@ -623,7 +582,6 @@ export default defineUserConfig({
"/ru/": ["ru-RU", "ru-KZ", "ru-BY", "ru-UA", "ru-MD", "ru-LV", "tt-RU", "ru"],
"/id/": ["id-ID", "id"],
"/es/": ["es-ES", "es"],
"/mx/": ["es-MX", "es-419", "es-AR", "es-BM", "es-BZ", "es-BO", "es-CL", "es-CO", "es-CR", "es-CU", "es-DO", "es-EC", "es-SV", "es-GT", "es-HN", "es-NI", "es-PA", "es-PY", "es-PE", "es-PR", "es-US", "es-UY", "es-VE"],
"/vi/": ["vi-VN", "vi"],
"/pt/": ["pt-PT", "pt-BR", "pt"],
"/ko/": ["ko", "ko-KR"],
Expand Down
1 change: 0 additions & 1 deletion src/.vuepress/navbar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export * from "./zh.js";
export * from "./ru.js";
export * from "./id.js";
export * from "./es.js";
export * from "./mx.js";
export * from "./mm.js";
export * from "./vi.js";
export * from "./pt.js";
Expand Down
1 change: 0 additions & 1 deletion src/.vuepress/sidebar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export * from "./zh.js";
export * from "./ru.js";
export * from "./id.js";
export * from "./es.js";
export * from "./mx.js";
export * from "./mm.js";
export * from "./vi.js";
export * from "./pt.js";
Expand Down
8 changes: 0 additions & 8 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,6 @@ export default hopeTheme({
fullscreen: false,
showOnce: false,
},
{
path: "/mx/",
title: "Ayuda con tu talento",
content:
"Si tienes experiencia en <b>desarrollo front-end</b> y <b>gestión de documentos</b>, y te gustaría participar en este proyecto, eres bienvenid@ a <a href='https://github.com/Korepi/korepi-docs'>unirte a ayudarnos con la documentación</a>",
fullscreen: false,
showOnce: false,
},
{
path: "/mm/",
title: "Contribute Your Skills",
Expand Down

0 comments on commit 82b4c24

Please sign in to comment.