Skip to content

Commit fdf9915

Browse files
committed
Added french translation
1 parent 4535b1f commit fdf9915

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Changelog for HASL traffic status card
44

55

6+
## [2.3.1] (2020-03-04)
7+
8+
### Changed
9+
- Added french translation
10+
611
## [2.3.0] (2019-11-09)
712

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

2328
[keep-a-changelog]: http://keepachangelog.com/en/1.0.0/
2429
[Unreleased]: https://github.com/hasl-platform/lovelace-hasl-traffic-status-card/compare/master...dev
25-
[2.3.0]: https://github.com/hasl-platform/lovelace-hasl-traffic-status-card/
30+
[2.3.0]: https://github.com/hasl-platform/lovelace-hasl-traffic-status-card/releases/tag/v2.3.0
31+
[2.3.1]: https://github.com/hasl-platform/lovelace-hasl-traffic-status-card/releases/tag/v2.3.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)
22
[![ha_version](https://img.shields.io/badge/home%20assistant-0.92%2B-yellow.svg)](https://www.home-assistant.io)
3-
[![version](https://img.shields.io/badge/version-2.3.0-green.svg)](#)
4-
[![maintained](https://img.shields.io/maintenance/yes/2019.svg)](#)
3+
[![version](https://img.shields.io/badge/version-2.3.1-green.svg)](#)
4+
[![maintained](https://img.shields.io/maintenance/yes/2020.svg)](#)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
66

77
# SL Traffic Status Lovelace Card
@@ -41,7 +41,7 @@ cards:
4141
4242
- **show_cardname**: Render card name, default `true`
4343

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

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

info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cards:
3535
3636
- **show_cardname**: Render card name, default `true`
3737

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

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

0 commit comments

Comments
 (0)