Skip to content

Commit

Permalink
Updated readme. Added all-time translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed May 11, 2022
1 parent efbaf06 commit d8b702a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Weewx Weather Data Center skin

Inspired by and build with the [Carbon Design System](https://carbondesignsystem.com/). This skin uses the same technologies as [Weather Data Center](https://github.com/Daveiano/weather-data-center), a cross-platform Desktop App to import and analyze weather data, I wrote.

## Key Features

- Clear and beatiful UI thanks to [IBM Carbon](https://carbondesignsystem.com/) and [nivo](https://nivo.rocks/)
- Configurable Statistic Tiles and Diagram tiles
- Combinable diagrams via skin.conf
- Responsive
- Day, week, month, year and all-time pages
- Almanac
- Translated for DE and EN

## Usage

### Installation

### Configuration

## Development

The skin uses the Cheetah templating engine provided by weewx in combination with carbon web components
Expand Down Expand Up @@ -31,6 +47,8 @@ Starts a nginx docker container to serve the generated files.

`docker run -it --rm -d -p 8080:80 --name web -v /var/www/html/weewx:/usr/share/nginx/html nginx`

## Credits

### Todo

- Footer
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 @@ -103,6 +103,7 @@
"Monthly Weather Conditions" = "Monatliche Wetterlage"
"Yearly Weather Conditions" = "Jährliche Wetterlage"
"All Time Stats" = "Statistik gesamter Zeitram"
"All Time" = "Gesamter Zeitraum"
"Last 24 hours" = "Letze 24h"
"Last 7 days" = "Letze 7 Tage"
"Last month" = "Letzer Monat"
Expand Down
1 change: 1 addition & 0 deletions skins/weewx-wdc/lang/en.conf
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"Monthly Weather Conditions" = "Monthly Weather Conditions"
"Yearly Weather Conditions" = "Yearly Weather Conditions"
"All Time Stats" = "All time statistics"
"All Time" = "All time"
"Last 24 hours" = "Last 24 hours"
"Last 7 days" = "Last 7 days"
"Last month" = "Last month"
Expand Down
2 changes: 1 addition & 1 deletion skins/weewx-wdc/statistics.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
<div class="bx--row">
<header class="bx--col section-header">
<h2>$gettext("Last year")</h2>
<h2>$gettext("All Time")</h2>
</header>
</div>

Expand Down

0 comments on commit d8b702a

Please sign in to comment.