fixes trail table difficulty i18n
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
{formatTimeHHMM(trail.duration)}
|
{formatTimeHHMM(trail.duration)}
|
||||||
</td>
|
</td>
|
||||||
<td class="p-4 text-sm">
|
<td class="p-4 text-sm">
|
||||||
{trail.difficulty}
|
{$_(trail.difficulty ?? "easy")}
|
||||||
</td>
|
</td>
|
||||||
<td class="p-4 text-sm">
|
<td class="p-4 text-sm">
|
||||||
{formatElevation(trail.elevation_gain)}
|
{formatElevation(trail.elevation_gain)}
|
||||||
|
|||||||
Reference in New Issue
Block a user