Skip to content

Commit fafd60c

Browse files
feat: Spanish locale 🇪🇸🇪🇸🇪🇸 (DenverCoder1#239)
1 parent e1da637 commit fafd60c

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,14 +3,17 @@
33
return [
44
"currentStreak" => [
55
"en" => "Current Streak",
6+
"es" => "Racha Actual",
67
"ja" => "現在のストリーク",
78
],
89
"totalContributions" => [
910
"en" => "Total Contributions",
11+
"es" => "Todas Contribuciones",
1012
"ja" => "総コントリビューション数",
1113
],
1214
"longestStreak" => [
1315
"en" => "Longest Streak",
16+
"es" => "Racha Más Larga",
1417
"ja" => "最長のストリーク",
1518
],
1619
];

0 commit comments

Comments
 (0)