Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Nov 17, 2022
1 parent 271aff6 commit 1dc9fd5
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 63 deletions.
118 changes: 60 additions & 58 deletions history-explorer-card.js

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions src/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const lang_en =
"week" : "1 Week",
"n_weeks" : "%1 Weeks",
"month" : "1 Month",
"n_months" : "%1 Months"
"n_months" : "%1 Months",
"year" : "1 Year"
},
"interval" : {
"_10m" : "10 min",
Expand Down Expand Up @@ -77,7 +78,8 @@ const lang_fr =
"week" : "1 Sem",
"n_weeks" : "%1 Sem",
"month" : "1 Mois",
"n_months" : "%1 Mois"
"n_months" : "%1 Mois",
"year" : "1 An"
},
"interval" : {
"_10m" : "10 min",
Expand All @@ -93,7 +95,6 @@ const lang_fr =
// German (de)
// --------------------------------------------------------------------------------------


const lang_de =
{
"ui" : {
Expand Down Expand Up @@ -123,7 +124,8 @@ const lang_de =
"week" : "1 Woche",
"n_weeks" : "%1 Wo.",
"month" : "1 Monat",
"n_months" : "%1 Monate"
"n_months" : "%1 Monate",
"year" : "1 Jahr"
},
"interval" : {
"_10m" : "10 Min",
Expand Down Expand Up @@ -168,7 +170,8 @@ const lang_es =
"week" : "1 Sem.",
"n_weeks" : "%1 Sem.",
"month" : "1 Mes",
"n_months" : "%1 Meses"
"n_months" : "%1 Meses",
"year" : "1 Año"
},
"interval" : {
"_10m" : "10 min", // TODO !
Expand Down

0 comments on commit 1dc9fd5

Please sign in to comment.