1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 14:29:36 +02:00

Add additional localization strings for itinerary features in Polish, Swedish, and Chinese

- Added "additional_info", "invalid_date_range", "sunrise_sunset", and "timezone" keys to pl.json, sv.json, and zh.json.
- Updated existing strings for consistency across languages.
This commit is contained in:
Sean Morley 2025-05-09 15:59:48 -04:00
parent 311e2847cb
commit 3caebd37dd
13 changed files with 771 additions and 707 deletions

View file

@ -50,7 +50,7 @@
<div class="form-control w-full max-w-xs relative" id="tz-selector">
<label class="label" for="timezone-display">
<span class="label-text">Timezone</span>
<span class="label-text">{$t('adventures.timezone')}</span>
</label>
<!-- Trigger -->