Add "worldtravel" translations to multiple locale files

- Added "worldtravel" key with translations for Spanish, French, Hungarian, Italian, Japanese, Korean, Dutch, Norwegian, Polish, Brazilian Portuguese, Russian, Slovak, Swedish, Turkish, Ukrainian, and Chinese.
- Updated the navigation section in each locale file to include the new "worldtravel" entry.
This commit is contained in:
Sean Morley
2026-01-10 10:58:06 -05:00
parent facbaa40ef
commit 2c78586dc6
20 changed files with 1155 additions and 1139 deletions

View File

@@ -692,7 +692,8 @@
"northernLights": "الأضواء الشمالية"
},
"users": "المستخدمون",
"navigation": "ملاحة"
"navigation": "ملاحة",
"worldtravel": "السفر العالمي"
},
"notes": {
"content": "محتوى",

View File

@@ -476,7 +476,8 @@
"support": "Unterstützung",
"calendar": "Kalender",
"admin_panel": "Administration",
"navigation": "Navigation"
"navigation": "Navigation",
"worldtravel": "Weltreisen"
},
"auth": {
"confirm_password": "Passwort bestätigen",

View File

File diff suppressed because it is too large Load Diff

View File

@@ -27,7 +27,8 @@
"support": "Soporte",
"calendar": "Calendario",
"admin_panel": "Panel de administración",
"navigation": "Navegación"
"navigation": "Navegación",
"worldtravel": "Viajes por el mundo"
},
"about": {
"about": "Acerca de",

View File

@@ -476,7 +476,8 @@
"support": "Soutien",
"calendar": "Calendrier",
"admin_panel": "Panneau d'administration",
"navigation": "Navigation"
"navigation": "Navigation",
"worldtravel": "Voyage dans le monde"
},
"auth": {
"confirm_password": "Confirmer le mot de passe",

View File

@@ -27,7 +27,8 @@
"northernLights": "Sarki fény",
"dim": "Halvány"
},
"navigation": "Navigáció"
"navigation": "Navigáció",
"worldtravel": "Világutazás"
},
"about": {
"about": "Névjegy",

View File

@@ -477,7 +477,8 @@
"support": "Supporto",
"calendar": "Calendario",
"admin_panel": "Pannello di amministrazione",
"navigation": "Navigazione"
"navigation": "Navigazione",
"worldtravel": "Viaggio nel mondo"
},
"auth": {
"confirm_password": "Conferma password",

View File

@@ -692,7 +692,8 @@
"northernLights": "オーロラ"
},
"users": "ユーザー",
"navigation": "ナビゲーション"
"navigation": "ナビゲーション",
"worldtravel": "世界旅行"
},
"notes": {
"content": "コンテンツ",

View File

@@ -636,7 +636,8 @@
},
"users": "사용자",
"admin_panel": "관리자 패널",
"navigation": "항해"
"navigation": "항해",
"worldtravel": "세계여행"
},
"notes": {
"content": "콘텐츠",

View File

@@ -477,7 +477,8 @@
"support": "Steun",
"calendar": "Kalender",
"admin_panel": "Admin -paneel",
"navigation": "Navigatie"
"navigation": "Navigatie",
"worldtravel": "Wereldreizen"
},
"auth": {
"confirm_password": "Bevestig wachtwoord",

View File

@@ -27,7 +27,8 @@
"night": "Natt",
"northernLights": "Nordlys"
},
"navigation": "Navigasjon"
"navigation": "Navigasjon",
"worldtravel": "Verdensreise"
},
"about": {
"about": "Om",

View File

@@ -27,7 +27,8 @@
},
"calendar": "Kalendarz",
"admin_panel": "Panel administracyjny",
"navigation": "Nawigacja"
"navigation": "Nawigacja",
"worldtravel": "Światowa podróż"
},
"about": {
"about": "O aplikacji",

View File

@@ -692,7 +692,8 @@
"northernLights": "Luzes do Norte"
},
"users": "Usuários",
"navigation": "Navegação"
"navigation": "Navegação",
"worldtravel": "Viagens pelo mundo"
},
"notes": {
"content": "Conteúdo",

View File

@@ -27,7 +27,8 @@
"night": "Ночь",
"northernLights": "Северное сияние"
},
"navigation": "Навигация"
"navigation": "Навигация",
"worldtravel": "Путешествие по миру"
},
"about": {
"about": "О программе",

View File

@@ -27,7 +27,8 @@
"northernLights": "Polárna žiara",
"dim": "Tlmená"
},
"navigation": "Navigácia"
"navigation": "Navigácia",
"worldtravel": "Svetové cestovanie"
},
"about": {
"about": "O aplikácii",

View File

@@ -476,7 +476,8 @@
"support": "Support",
"calendar": "Kalender",
"admin_panel": "Administratör",
"navigation": "Navigering"
"navigation": "Navigering",
"worldtravel": "Världsresor"
},
"worldtravel": {
"country_list": "Lista över länder",

View File

@@ -27,7 +27,8 @@
"northernLights": "Kuzey Işıkları",
"dim": "Loş"
},
"navigation": "Navigasyon"
"navigation": "Navigasyon",
"worldtravel": "Dünya Seyahati"
},
"about": {
"about": "Hakkında",

View File

@@ -692,7 +692,8 @@
"night": "ніч",
"northernLights": "Північне сяйво"
},
"users": "Користувачі"
"users": "Користувачі",
"worldtravel": "Світові подорожі"
},
"notes": {
"content": "Зміст",

View File

@@ -27,7 +27,8 @@
"support": "支持",
"calendar": "日历",
"admin_panel": "管理面板",
"navigation": "导航"
"navigation": "导航",
"worldtravel": "环球旅行"
},
"about": {
"about": "关于",

View File

@@ -2,15 +2,12 @@
import LocationCard from '$lib/components/cards/LocationCard.svelte';
import type { PageData } from './$types';
import { t } from 'svelte-i18n';
import { onMount } from 'svelte';
import { gsap } from 'gsap';
// Icons
import FlagCheckeredVariantIcon from '~icons/mdi/flag-checkered-variant';
import Airplane from '~icons/mdi/airplane';
import CityVariantOutline from '~icons/mdi/city-variant-outline';
import MapMarkerStarOutline from '~icons/mdi/map-marker-star-outline';
import TrendingUp from '~icons/mdi/trending-up';
import CalendarClock from '~icons/mdi/calendar-clock';
import Plus from '~icons/mdi/plus';