Added sorting options custom rules

This commit is contained in:
Juan Gilsanz Polo 2025-01-21 21:54:04 +01:00
parent 47b5313bf3
commit 10ff5183f1
5 changed files with 161 additions and 8 deletions

View file

@ -801,5 +801,7 @@
"applicationDetails": "Application details",
"applicationDetailsDescription": "App repository, stores where it's available, and more",
"myOtherApps": "Check my other apps",
"myOtherAppsDescription": "Created by JGeek00"
"myOtherAppsDescription": "Created by JGeek00",
"topToBottom": "From top to bottom",
"bottomToTop": "From bottom to top"
}

View file

@ -801,5 +801,7 @@
"applicationDetails": "Detalles de la aplicación",
"applicationDetailsDescription": "Repositorio de la app, tiendas donde está disponible, y más",
"myOtherApps": "Comprueba mis otras apps",
"myOtherAppsDescription": "Creadas por JGeek00"
"myOtherAppsDescription": "Creadas por JGeek00",
"topToBottom": "Desde arriba hacia abajo",
"bottomToTop": "Desde abajo hacia arriba"
}