mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-22 06:41:46 +00:00
Format the shared package and drop an unused import to satisfy the lint gate
The i18n and schema changes added code that wasn't prettier-formatted, and place.schema.ts imported categorySchema without using it. Run prettier over shared and remove the import so 'npm run lint' + 'format:check' pass.
This commit is contained in:
@@ -124,7 +124,7 @@ const dashboard: TranslationStrings = {
|
||||
'dashboard.hero.dayLeft': 'Giorno rimasto',
|
||||
'dashboard.hero.daysLeft': 'Giorni rimasti',
|
||||
'dashboard.hero.lastDay': 'Ultimo giorno',
|
||||
'dashboard.hero.untilStart': 'All\'inizio',
|
||||
'dashboard.hero.untilStart': "All'inizio",
|
||||
'dashboard.hero.startsIn': 'Si parte tra',
|
||||
'dashboard.atlas.countriesVisited': 'Atlas · Paesi visitati',
|
||||
'dashboard.atlas.ofTotal': 'di {total}',
|
||||
@@ -135,14 +135,15 @@ const dashboard: TranslationStrings = {
|
||||
'dashboard.atlas.acrossAllTrips': 'su tutti i viaggi',
|
||||
'dashboard.atlas.distanceFlown': 'Distanza in volo',
|
||||
'dashboard.atlas.kmUnit': 'km',
|
||||
'dashboard.atlas.aroundEquator': '≈ {count}× intorno all\'equatore',
|
||||
'dashboard.atlas.aroundEquator': "≈ {count}× intorno all'equatore",
|
||||
'dashboard.card.idea': 'Idea',
|
||||
'dashboard.card.buddyOne': 'Compagno',
|
||||
'dashboard.fx.from': 'Da',
|
||||
'dashboard.fx.to': 'A',
|
||||
'dashboard.fx.unavailable': 'Tasso non disponibile',
|
||||
'dashboard.tz.searchPlaceholder': 'Cerca fuso orario…',
|
||||
'dashboard.tz.empty': 'Ancora nessun altro fuso orario — aggiungine uno con +',
|
||||
'dashboard.tz.empty':
|
||||
'Ancora nessun altro fuso orario — aggiungine uno con +',
|
||||
'dashboard.upcoming.title': 'Prossime prenotazioni',
|
||||
'dashboard.upcoming.empty': 'Niente ancora prenotato.',
|
||||
'dashboard.confirm.copy.title': 'Copiare questo viaggio?',
|
||||
|
||||
Reference in New Issue
Block a user