Skip to content

Commit

Permalink
v0.14.4 (#103)
Browse files Browse the repository at this point in the history
- Update Dutch translation
  • Loading branch information
vasqued2 authored Aug 31, 2024
1 parent 59d9b1e commit e4df459
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions dist/ha-teamtracker-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ha-teamtracker-card.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/const.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export let VERSION = "v0.14.3";
export let VERSION = "v0.14.4";

export let GOLF_HEADSHOT_URL = "https://a.espncdn.com/i/headshots/golf/players/full/";
export let MMA_HEADSHOT_URL = "https://a.espncdn.com/i/headshots/mma/players/full/";
Expand Down
8 changes: 4 additions & 4 deletions src/localize/languages/nl.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const nl = {
"common": {
"api_error": "API Error",
"no_upcoming_games": "Geen aankomende wedstrijden door %s",
"no_upcoming_games": "Geen aankomende wedstrijden tot %s",
"finalTerm": "%s - Finale",
"byeTerm": "BYE",
"tourney2": "Finale",
Expand All @@ -28,9 +28,9 @@ export const nl = {
"baseball": {
"startTerm": "Eerste Worp",
"overUnder": "O/U: %s",
"gameStat1": "Ballen %s",
"gameStat2": "Slagen %s",
"gameStat3": "%s Outs",
"gameStat1": "Wijd %s",
"gameStat2": "Slag %s",
"gameStat3": "%s Uit",
"gameBar": "Winstwaarschijnlijkheid",
"teamBarLabel": "%s%",
"oppoBarLabel": "%s%"
Expand Down

0 comments on commit e4df459

Please sign in to comment.