shorten English header labels to match German compact style
Update English navigation labels for consistency: - "In Season" to "Season" (matches "Saison") - "Keywords" to "Tags" (same in both languages)
This commit is contained in:
@@ -11,10 +11,10 @@ const isEnglish = $derived(data.lang === 'en');
|
|||||||
const labels = $derived({
|
const labels = $derived({
|
||||||
allRecipes: isEnglish ? 'All Recipes' : 'Alle Rezepte',
|
allRecipes: isEnglish ? 'All Recipes' : 'Alle Rezepte',
|
||||||
favorites: isEnglish ? 'Favorites' : 'Favoriten',
|
favorites: isEnglish ? 'Favorites' : 'Favoriten',
|
||||||
inSeason: isEnglish ? 'In Season' : 'Saison',
|
inSeason: isEnglish ? 'Season' : 'Saison',
|
||||||
category: isEnglish ? 'Category' : 'Kategorie',
|
category: isEnglish ? 'Category' : 'Kategorie',
|
||||||
icon: 'Icon',
|
icon: 'Icon',
|
||||||
keywords: isEnglish ? 'Keywords' : 'Tags'
|
keywords: 'Tags'
|
||||||
});
|
});
|
||||||
|
|
||||||
function isActive(path) {
|
function isActive(path) {
|
||||||
|
|||||||
Reference in New Issue
Block a user