diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 8b043291..a04126ee 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -10,6 +10,7 @@ on: - "**.md" - "**.js" - "**.css" + - ".github/workflows/prettier.yml" jobs: prettier: @@ -27,14 +28,16 @@ jobs: uses: actions/checkout@v3 - name: Install prettier and plugin-php - run: npm install --global prettier @prettier/plugin-php + run: npm install --global prettier@2.8.1 @prettier/plugin-php@0.18.9 - name: Lint with Prettier continue-on-error: true run: composer lint - name: Prettify code - run: composer lint-fix + run: | + composer lint-fix + git diff - name: Commit changes uses: EndBug/add-and-commit@v9 diff --git a/README.md b/README.md index 40f8fdf7..d8649a07 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The following are the locales that have labels translated in Streak Stats. The ` -
en - English
English 100%
am - አማርኛ
አማርኛ 100%
ca - català
català 100%
da - dansk
dansk 100%
de - Deutsch
Deutsch 100%
el - Ελληνικά
Ελληνικά 100%
es - español
español 100%
fr - français
français 100%
he - עברית
עברית 100%
hu - magyar
magyar 100%
id - Indonesia
Indonesia 100%
it - italiano
italiano 100%
kn - ಕನ್ನಡ
ಕನ್ನಡ 100%
ko - 한국어
한국어 100%
ne - नेपाली
नेपाली 100%
nl - Nederlands
Nederlands 100%
pt_BR - português (Brasil)
português (Brasil) 100%
sr - српски
српски 100%
tr - Türkçe
Türkçe 100%
uk - українська
українська 100%
ur_PK - اردو (پاکستان)
اردو (پاکستان) 100%
vi - Tiếng Việt
Tiếng Việt 100%
yo - Èdè Yorùbá
Èdè Yorùbá 100%
zh_Hans - 中文(简体)
中文(简体) 100%
zh_Hant - 中文(繁體)
中文(繁體) 100%
ar - العربية
العربية 86%
bg - български
български 86%
bn - বাংলা
বাংলা 86%
fa - فارسی
فارسی 86%
hi - हिन्दी
हिन्दी 86%
ht - Haitian Creole
Haitian Creole 86%
hy - հայերեն
հայերեն 86%
ja - 日本語
日本語 86%
mr - मराठी
मराठी 86%
pl - polski
polski 86%
ps - پښتو
پښتو 86%
ru - русский
русский 86%
rw - Kinyarwanda
Kinyarwanda 86%
sa - संस्कृत भाषा
संस्कृत भाषा 86%
sv - svenska
svenska 86%
sw - Kiswahili
Kiswahili 86%
ta - தமிழ்
தமிழ் 86%
+
en - English
English 100%
am - አማርኛ
አማርኛ 100%
ca - català
català 100%
da - dansk
dansk 100%
de - Deutsch
Deutsch 100%
el - Ελληνικά
Ελληνικά 100%
es - español
español 100%
fr - français
français 100%
he - עברית
עברית 100%
hu - magyar
magyar 100%
id - Indonesia
Indonesia 100%
it - italiano
italiano 100%
kn - ಕನ್ನಡ
ಕನ್ನಡ 100%
ko - 한국어
한국어 100%
ne - नेपाली
नेपाली 100%
nl - Nederlands
Nederlands 100%
pt_BR - português (Brasil)
português (Brasil) 100%
sa - संस्कृत भाषा
संस्कृत भाषा 100%
sr - српски
српски 100%
su - Basa Sunda
Basa Sunda 100%
tr - Türkçe
Türkçe 100%
uk - українська
українська 100%
ur_PK - اردو (پاکستان)
اردو (پاکستان) 100%
vi - Tiếng Việt
Tiếng Việt 100%
yo - Èdè Yorùbá
Èdè Yorùbá 100%
zh_Hans - 中文(简体)
中文(简体) 100%
zh_Hant - 中文(繁體)
中文(繁體) 100%
ar - العربية
العربية 86%
bg - български
български 86%
bn - বাংলা
বাংলা 86%
fa - فارسی
فارسی 86%
hi - हिन्दी
हिन्दी 86%
ht - Haitian Creole
Haitian Creole 86%
hy - հայերեն
հայերեն 86%
ja - 日本語
日本語 86%
mr - मराठी
मराठी 86%
pl - polski
polski 86%
ps - پښتو
پښتو 86%
ru - русский
русский 86%
rw - Kinyarwanda
Kinyarwanda 86%
sv - svenska
svenska 86%
sw - Kiswahili
Kiswahili 86%
ta - தமிழ்
தமிழ் 86%
diff --git a/composer.json b/composer.json index 17a64a5b..8bcf3cf4 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "stats" ], "license": "MIT", - "version": "1.1.0", + "version": "1.2.0", "homepage": "https://github.com/DenverCoder1/github-readme-streak-stats", "autoload": { "classmap": [ diff --git a/composer.lock b/composer.lock index 49a1af59..ecf14102 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2dafbb7e632abda05fd9d8daecd4f8c3", + "content-hash": "855174c5240dc5308c365f2d6f15fd9f", "packages": [ { "name": "graham-campbell/result-type", @@ -608,16 +608,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.5", + "version": "v4.17.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", "shasum": "" }, "require": { @@ -658,9 +658,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" }, - "time": "2023-05-19T20:20:00+00:00" + "time": "2023-08-13T19:53:39+00:00" }, { "name": "phar-io/manifest", @@ -775,16 +775,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.26", + "version": "9.2.27", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1" + "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", - "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b0a88255cb70d52653d80c890bd7f38740ea50d1", + "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1", "shasum": "" }, "require": { @@ -840,7 +840,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26" + "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.27" }, "funding": [ { @@ -848,7 +849,7 @@ "type": "github" } ], - "time": "2023-03-06T12:58:08+00:00" + "time": "2023-07-26T13:44:30+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1093,16 +1094,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.9", + "version": "9.6.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a9aceaf20a682aeacf28d582654a1670d8826778" + "reference": "810500e92855eba8a7a5319ae913be2da6f957b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9aceaf20a682aeacf28d582654a1670d8826778", - "reference": "a9aceaf20a682aeacf28d582654a1670d8826778", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/810500e92855eba8a7a5319ae913be2da6f957b0", + "reference": "810500e92855eba8a7a5319ae913be2da6f957b0", "shasum": "" }, "require": { @@ -1176,7 +1177,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.9" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.11" }, "funding": [ { @@ -1192,7 +1193,7 @@ "type": "tidelift" } ], - "time": "2023-06-11T06:13:56+00:00" + "time": "2023-08-19T07:10:56+00:00" }, { "name": "sebastian/cli-parser", @@ -1700,16 +1701,16 @@ }, { "name": "sebastian/global-state", - "version": "5.0.5", + "version": "5.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + "reference": "bde739e7565280bda77be70044ac1047bc007e34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", + "reference": "bde739e7565280bda77be70044ac1047bc007e34", "shasum": "" }, "require": { @@ -1752,7 +1753,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" }, "funding": [ { @@ -1760,7 +1761,7 @@ "type": "github" } ], - "time": "2022-02-14T08:28:10+00:00" + "time": "2023-08-02T09:26:13+00:00" }, { "name": "sebastian/lines-of-code", diff --git a/docs/themes.md b/docs/themes.md index fba03dc2..f50e9391 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -129,6 +129,14 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `catppuccino-frappe` | ![image](https://user-images.githubusercontent.com/85760664/248204858-daa7bd60-1e83-4b4e-8afc-65644055235e.png) | | `catppuccino-macchiato` | ![image](https://user-images.githubusercontent.com/85760664/248205012-15d74ba2-746a-4efd-b2f5-bc2db87b7c10.png) | | `catppuccino-mocha` | ![image](https://user-images.githubusercontent.com/85760664/248204228-9f965d12-2013-48c9-b3a8-e9717b1c4e43.png) | +| `burnt-neon` | ![image](https://user-images.githubusercontent.com/112064697/250343082-de641726-1200-4264-885a-154d539cfc3f.png) | +| `humoris` | ![image](https://user-images.githubusercontent.com/20955511/263020536-793bedbd-cca6-47e5-92dc-c7b38ab05bce.png) | +| `shadow-red` | ![image](https://user-images.githubusercontent.com/86386385/263407052-345edfdf-b6ee-4b53-a4c4-7dcb4948f6dc.png) | +| `shadow-green` | ![image](https://user-images.githubusercontent.com/86386385/263407047-d769c2cf-e435-4d46-9a34-04c16f61d200.png) | +| `shadow-blue` | ![image](https://user-images.githubusercontent.com/86386385/263407038-bdcd2ed9-4d2c-4a46-b8df-1b989ee517f5.png) | +| `shadow-orange` | ![image](https://user-images.githubusercontent.com/86386385/263406777-07fd919b-7b4f-4fa9-ac47-3ebd0602a80b.png) | +| `shadow-purple` | ![image](https://user-images.githubusercontent.com/86386385/263406551-46e14eac-fdbc-4b90-9df8-85c0bd1eeb41.png) | +| `shadow-brown` | ![image](https://user-images.githubusercontent.com/86386385/263406156-5e17541d-4dcf-4315-b68d-d36c95d53767.png) | ### Can't find the theme you like? diff --git a/src/themes.php b/src/themes.php index 8a4a9e9f..d09449db 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1575,4 +1575,108 @@ "dates" => "#BAC2DE", "excludeDaysLabel" => "#BAC2DE", ], + "burnt-neon" => [ + "background" => "#0D1117", + "border" => "#98989A", + "stroke" => "#98989A", + "ring" => "#FE25B1", + "fire" => "#622B53", + "currStreakNum" => "#FF6906", + "sideNums" => "#01FED1", + "currStreakLabel" => "#01FED1", + "sideLabels" => "#FF6906", + "dates" => "#C6AB07", + "excludeDaysLabel" => "#A5BC0B", + ], + "humoris" => [ + "background" => "#DFAF77", + "border" => "#E8E6E4", + "stroke" => "#191919", + "ring" => "#683C2C", + "fire" => "#191419", + "currStreakNum" => "#191419", + "sideNums" => "#191419", + "currStreakLabel" => "#393C3C", + "sideLabels" => "#393C3C", + "dates" => "#444444", + "excludeDaysLabel" => "#444444", + ], + "shadow-red" => [ + "background" => "#FFFFFF00", + "border" => "#4F0000", + "stroke" => "#4F0000", + "ring" => "#4F0000", + "fire" => "#9A0000", + "currStreakNum" => "#B94242", + "sideNums" => "#747474", + "currStreakLabel" => "#9A0000", + "sideLabels" => "#9A0000", + "dates" => "#747474", + "excludeDaysLabel" => "#B94242", + ], + "shadow-green" => [ + "background" => "#FFFFFF00", + "border" => "#003D00", + "stroke" => "#003D00", + "ring" => "#003D00", + "fire" => "#007A00", + "currStreakNum" => "#4DB942", + "sideNums" => "#747474", + "currStreakLabel" => "#007A00", + "sideLabels" => "#007A00", + "dates" => "#747474", + "excludeDaysLabel" => "#4DB942", + ], + "shadow-blue" => [ + "background" => "#FFFFFF00", + "border" => "#004490", + "stroke" => "#004450", + "ring" => "#004450", + "fire" => "#00779A", + "currStreakNum" => "#3E6BFF", + "sideNums" => "#747474", + "currStreakLabel" => "#00779A", + "sideLabels" => "#00779A", + "dates" => "#747474", + "excludeDaysLabel" => "#3E6BFF", + ], + "shadow-orange" => [ + "background" => "#FFFFFF00", + "border" => "#834400", + "stroke" => "#834400", + "ring" => "#834400", + "fire" => "#BB5502", + "currStreakNum" => "#EC861A", + "sideNums" => "#747474", + "currStreakLabel" => "#BB5502", + "sideLabels" => "#BB5502", + "dates" => "#747474", + "excludeDaysLabel" => "#EC861A", + ], + "shadow-purple" => [ + "background" => "#FFFFFF00", + "border" => "#570182", + "stroke" => "#570182", + "ring" => "#570182", + "fire" => "#6F42C1", + "currStreakNum" => "#CA59FF", + "sideNums" => "#747474", + "currStreakLabel" => "#6F42C1", + "sideLabels" => "#6F42C1", + "dates" => "#747474", + "excludeDaysLabel" => "#CA59FF", + ], + "shadow-brown" => [ + "background" => "#FFFFFF00", + "border" => "#31312D", + "stroke" => "#31312D", + "ring" => "#31312D", + "fire" => "#7D6642", + "currStreakNum" => "#BB9863", + "sideNums" => "#747474", + "currStreakLabel" => "#7D6642", + "sideLabels" => "#7D6642", + "dates" => "#747474", + "excludeDaysLabel" => "#BB9863", + ], ]; diff --git a/src/translations.php b/src/translations.php index e43377bd..f5ed199d 100644 --- a/src/translations.php +++ b/src/translations.php @@ -300,6 +300,7 @@ "Week Streak" => "निरन्तरसप्ताहाः", "Longest Week Streak" => "दीर्घतमाः निरन्तरसप्ताहाः", "Present" => "वर्तमान", + "Excluding" => "बहिष्करणम्", ], "sr" => [ "Total Contributions" => "Укупно додавања", @@ -310,6 +311,15 @@ "Present" => "Данас", "Excluding" => "Искључујући", ], + "su" => [ + "Total Contributions" => "Total Kontribusi", + "Current Streak" => "Aksi Ayeuna", + "Longest Streak" => "Aksi Pangpanjangna", + "Week Streak" => "Aksi Minggonan", + "Longest Week Streak" => "Aksi Minggonan Pangpanjangna", + "Present" => "Ayeuna", + "Excluding" => "Teu Kalebet", + ], "sv" => [ "Total Contributions" => "Totalt antal uppladningar", "Current Streak" => "Dagar uppladdat i rad just nu", pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy