Skip to content

Commit 66fa421

Browse files
authored
feat: Fixed and updated Danish translations (DenverCoder1#533)
* Changed wrong and/or confusing danish translations * added excluding to danish translation * cleanup
1 parent f572784 commit 66fa421

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/translations.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,13 @@
8484
"Excluding" => "Excloent",
8585
],
8686
"da" => [
87-
"Total Contributions" => "Totalt Antal Bidrag",
88-
"Current Streak" => "Nuværende i Træk",
89-
"Longest Streak" => "Længst i Træk",
90-
"Week Streak" => "Uger i Træk",
91-
"Longest Week Streak" => "Mest Uger i Træk",
92-
"Present" => "I Dag",
87+
"Total Contributions" => "Samlet antal bidrag",
88+
"Current Streak" => "Bidrag i træk",
89+
"Longest Streak" => "Flest bidrag i træk",
90+
"Week Streak" => "Ugentlige bidrag i træk",
91+
"Longest Week Streak" => "Flest ugentlige bidrag i træk",
92+
"Present" => "Nuværende",
93+
"Excluding" => "Ekskluderer",
9394
],
9495
"de" => [
9596
"Total Contributions" => "Gesamte Beiträge",

0 commit comments

Comments
 (0)