We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b03ff commit b9d75cdCopy full SHA for b9d75cd
.gitignore
@@ -8,6 +8,7 @@ package-lock.json
8
9
# Local Configuration
10
package.json
11
+.DS_Store
12
13
# Environment
14
.env
src/translations.php
@@ -71,6 +71,12 @@
71
"Longest Streak" => "最長のストリーク",
72
"Present" => "今",
73
],
74
+ "kn" => [
75
+ "Total Contributions" => "ಒಟ್ಟು ಕೊಡುಗೆ",
76
+ "Current Streak" => "ಪ್ರಸ್ತುತ ಸ್ಟ್ರೀಕ್",
77
+ "Longest Streak" => "ದೊಡ್ಡ ಸ್ಟ್ರೀಕ್",
78
+ "Present" => "ಪ್ರಸ್ತುತ",
79
+ ],
80
"ko" => [
81
"Total Contributions" => "총 기여 수",
82
"Current Streak" => "현재 연속 기여 수",
0 commit comments