remove dupe

This commit is contained in:
Simon Caron
2025-01-05 15:26:48 -05:00
parent e8fd322d30
commit eb7fa93f9b
7 changed files with 7 additions and 12 deletions

View File

@@ -1,7 +1,9 @@
import {Stack} from "expo-router";
import { Platform } from "react-native";
import { useTranslation } from "react-i18next";
export default function CustomMenuLayout() {
const { t } = useTranslation();
return (
<Stack>
<Stack.Screen
@@ -9,7 +11,7 @@ export default function CustomMenuLayout() {
options={{
headerShown: true,
headerLargeTitle: true,
headerTitle: "Custom Links",
headerTitle: t("tabs.custom_links"),
headerBlurEffect: "prominent",
headerTransparent: Platform.OS === "ios",
headerShadowVisible: false,

View File

@@ -12,7 +12,7 @@ export default function SearchLayout() {
options={{
headerShown: true,
headerLargeTitle: true,
headerTitle: t("favorites.favorites_title"),
headerTitle: t("tabs.favorites"),
headerLargeStyle: {
backgroundColor: "black",
},

View File

@@ -16,7 +16,7 @@ export default function IndexLayout() {
options={{
headerShown: true,
headerLargeTitle: true,
headerTitle: t("home.home"),
headerTitle: t("tabs.home"),
headerBlurEffect: "prominent",
headerLargeStyle: {
backgroundColor: "black",

View File

@@ -20,7 +20,7 @@ export default function IndexLayout() {
options={{
headerShown: true,
headerLargeTitle: true,
headerTitle: t("library.library_title"),
headerTitle: t("tabs.library"),
headerBlurEffect: "prominent",
headerLargeStyle: {
backgroundColor: "black",

View File

@@ -15,7 +15,7 @@ export default function SearchLayout() {
options={{
headerShown: true,
headerLargeTitle: true,
headerTitle: t("search.search_title"),
headerTitle: t("tabs.search"),
headerLargeStyle: {
backgroundColor: "black",
},

View File

@@ -24,7 +24,6 @@
"clear_button": "Clear"
},
"home": {
"home": "Home",
"no_internet": "No Internet",
"no_items": "No items",
"no_internet_message": "No worries, you can still watch\ndownloaded content.",
@@ -211,7 +210,6 @@
},
"search": {
"results_for_x": "Results for ",
"search_title": "Search",
"search_here": "Search here...",
"search": "Search...",
"x_items": "{{count}} items",
@@ -231,7 +229,6 @@
"requested_series": "Requested Series"
},
"library": {
"library_title": "Library",
"no_items_found": "No items found",
"no_results": "No results",
"no_libraries_found": "No libraries found",
@@ -254,7 +251,6 @@
}
},
"favorites": {
"favorites_title": "Favorites",
"series": "Series",
"movies": "Movies",
"episodes": "Episodes",

View File

@@ -211,7 +211,6 @@
},
"search": {
"results_for_x": "Résultats pour ",
"search_title": "Recherche",
"search_here": "Rechercher ici...",
"search": "Rechercher...",
"x_items": "{{count}} items",
@@ -231,7 +230,6 @@
"requested_series": "Séries demandées"
},
"library": {
"library_title": "Bibliothèque",
"no_items_found": "Aucun item trouvé",
"no_results": "Aucun résultat",
"no_libraries_found": "Aucune bibliothèque trouvée",
@@ -254,7 +252,6 @@
}
},
"favorites": {
"favorites_title": "Favoris",
"series": "Séries",
"movies": "Films",
"episodes": "Épisodes",