Skip to content

Commit

Permalink
feat: Spanish locale 🇪🇸🇪🇸🇪🇸 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahammurciano authored May 29, 2022
1 parent e1da637 commit fafd60c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
return [
"currentStreak" => [
"en" => "Current Streak",
"es" => "Racha Actual",
"ja" => "現在のストリーク",
],
"totalContributions" => [
"en" => "Total Contributions",
"es" => "Todas Contribuciones",
"ja" => "総コントリビューション数",
],
"longestStreak" => [
"en" => "Longest Streak",
"es" => "Racha Más Larga",
"ja" => "最長のストリーク",
],
];

0 comments on commit fafd60c

Please sign in to comment.