Skip to content

Commit ad371e3

Browse files
authored
feat: Added Danish translation (#331)
1 parent 9424933 commit ad371e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/translations.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
"Present" => "Present",
2929
],
3030
// Locales below are sorted alphabetically
31+
"da" => [
32+
"Total Contributions" => "Totalt Antal Bidrag",
33+
"Current Streak" => "Nuværende i Træk",
34+
"Longest Streak" => "Længst i Træk",
35+
"Present" => "I dag",
36+
],
3137
"de" => [
3238
"Total Contributions" => "Gesamte Beiträge",
3339
"Current Streak" => "Aktuelle Serie",

0 commit comments

Comments
 (0)