Skip to content

Commit 66f7fa8

Browse files
authored
feat: Added German translation (DenverCoder1#240)
1 parent 0f02533 commit 66f7fa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/translations.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
return [
44
"currentStreak" => [
55
"en" => "Current Streak",
6+
"de" => "Aktuelle Serie",
67
"es" => "Racha Actual",
78
"ja" => "現在のストリーク",
89
],
910
"totalContributions" => [
1011
"en" => "Total Contributions",
12+
"de" => "Gesamte Beiträge",
1113
"es" => "Todas Contribuciones",
1214
"ja" => "総コントリビューション数",
1315
],
1416
"longestStreak" => [
1517
"en" => "Longest Streak",
18+
"de" => "Längste Serie",
1619
"es" => "Racha Más Larga",
1720
"ja" => "最長のストリーク",
1821
],

0 commit comments

Comments
 (0)