Skip to content

Commit

Permalink
Added french translation
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmanramone committed Mar 4, 2020
1 parent 4535b1f commit fdf9915
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog for HASL traffic status card


## [2.3.1] (2020-03-04)

### Changed
- Added french translation

## [2.3.0] (2019-11-09)

### Changed
Expand All @@ -22,4 +27,5 @@ Changelog for HASL traffic status card

[keep-a-changelog]: http://keepachangelog.com/en/1.0.0/
[Unreleased]: https://github.com/hasl-platform/lovelace-hasl-traffic-status-card/compare/master...dev
[2.3.0]: https://github.com/hasl-platform/lovelace-hasl-traffic-status-card/
[2.3.0]: https://github.com/hasl-platform/lovelace-hasl-traffic-status-card/releases/tag/v2.3.0
[2.3.1]: https://github.com/hasl-platform/lovelace-hasl-traffic-status-card/releases/tag/v2.3.1
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)
[![ha_version](https://img.shields.io/badge/home%20assistant-0.92%2B-yellow.svg)](https://www.home-assistant.io)
[![version](https://img.shields.io/badge/version-2.3.0-green.svg)](#)
[![maintained](https://img.shields.io/maintenance/yes/2019.svg)](#)
[![version](https://img.shields.io/badge/version-2.3.1-green.svg)](#)
[![maintained](https://img.shields.io/maintenance/yes/2020.svg)](#)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# SL Traffic Status Lovelace Card
Expand Down Expand Up @@ -41,7 +41,7 @@ cards:
- **show_cardname**: Render card name, default `true`

- **language** (*Optional*): The texts will be rendered in this language. Can be one of `sv-SE` or `en-EN`
- **language** (*Optional*): The texts will be rendered in this language. Can be one of `sv-SE`, `en-EN` or `fr-FR`

- **show_time** (*Optional*): Render the time beside the name of the card, default `false`

Expand Down
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cards:
- **show_cardname**: Render card name, default `true`

- **language** (*Optional*): The texts will be rendered in this language. Can be one of `sv-SE` or `en-EN`
- **language** (*Optional*): The texts will be rendered in this language. Can be one of `sv-SE`, `en-EN` or `fr-FR`

- **show_time** (*Optional*): Render the time beside the name of the card, default `false`

Expand Down

0 comments on commit fdf9915

Please sign in to comment.