Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed May 24, 2023
1 parent 9fc548a commit ffb22b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion skins/weewx-wdc/includes/stat-tile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
#end if
<!--prettier-ignore-->
#if ($context != 'day' or $daily_archive) and not $get_show_sum($partial_obs) and not $get_show_max($partial_obs)
<span>$gettext("Avg")</span>
<span>$gettext("Avg.")</span>
#end if
<!--prettier-ignore-->
#if ($context != 'day' or $daily_archive) and $get_show_sum($partial_obs)
Expand Down
1 change: 1 addition & 0 deletions skins/weewx-wdc/lang/de.conf
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
"Max" = "Max"
"Avg." = "Durchschn."
"Sum" = "Gesamt"
"Total" = "Gesamt"
"Sun" = "Sonne"
"Sunset" = "Sonnenuntergang"
"Sunrise" = "Sonnenaufgang"
Expand Down
14 changes: 7 additions & 7 deletions skins/weewx-wdc/lang/en.conf
Original file line number Diff line number Diff line change
Expand Up @@ -135,34 +135,34 @@
"Min day" = "Todays Min"
"Sum day" = "Todays Total"
"Avg day" = "Average day"
"Total day" = "Todays totals"
"Total day" = "Todays total"
"Max yesterday" = "Yesterdays Max"
"Min yesterday" = "Yesterdays Min"
"Sum yesterday" = "Yesterdays Total"
"Avg yesterday" = "Yesterdays Average"
"Total yesterday" = "Yesterdays totals"
"Total yesterday" = "Yesterdays total"
"Max week" = "Weekly Max"
"Min week" = "Weekly Min"
"Sum week" = "Weekly Total"
"Avg week" = "Weekly average"
"Total week" = "Weekly totals"
"Total week short" = "Weekly totals"
"Total week" = "Weekly total"
"Total week short" = "Weekly total"
"Max month" = "Monthly Max"
"Min month" = "Monthly Min"
"Sum month" = "Monthly Total"
"Avg month" = "Monthly average"
"Total month" = "Monthly totals"
"Total month" = "Monthly total"
"Max year" = "Yearly Max"
"Min year" = "Yearly Min"
"Sum year" = "Yearly Total"
"Avg year" = "Yearly average"
"Total year" = "Yearly totals"
"Total year" = "Yearly total"
"Min" = "Min"
"Max" = "Max"
"Avg." = "Avg."
"Sum" = "Total"
"Total" = "Total"
"Sun" = "Sun"
"Total" = "Totals"
"Sunset" = "Sunset"
"Sunrise" = "Sunrise"
"Transit" = "Transit"
Expand Down

0 comments on commit ffb22b0

Please sign in to comment.