#github
1 messages ยท Page 80 of 1
There are 1 failures, 0 warnings, and 0 notices.
There are 0 failures, 1 warnings, and 0 notices.
[SevenTV/image-processor] New branch created: troy/init2
There are 1 failures, 0 warnings, and 0 notices.
There are 0 failures, 1 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 0 failures, 1 warnings, and 0 notices.
Pull request checklist:
- [x] Color gradients
- [x] Angle rotation
- [x] Username color blending
- [ ] Shadows
- [ ] API calls
Platforms tested:
- [ ] Windows
- [ ] macOS
- [x] Linux (tested with GCC 11.2.0 on arch x64 btw)
Screenshots

Notes
- There's no obvious way to do shadows with Qt that I could find for the text rendering method Chatterino uses.
- W...
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
94e4cd2 Added is:first-msg search option (#3700) - MrAuro
b825493 Fix incorrect spacing of settings icons at high... - kornes
d85d9d4 Add option to open a user's chat in a new tab f... - badoge
00b463d Delete 'is live' messages from non-open channel... - Mm2PL
846ffbb Sorted usernames in /vips message to be case-in... - badoge
Pull request checklist:
- [ ]
CHANGELOG.mdwas updated, if applicable
Description
This PR fixes a crash that occurs when you open someone's usercard and close it before the 7TV pfp is loaded. Closes #84
There are 1 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
9b1c6f8 chore(deps-dev): bump stylelint from 14.6.0 to ... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/stylelint\-14\.8\.1
Bumps stylelint from 14.6.0 to 14.8.1.
Release notes
Sourced from stylelint's releases.
14.8.1
Fixed: declaration-block-no-* end positions that avoid errors (#6040).
Fixed: named-grid-areas-no-invalid false positives for arealess templates (#6042).
Fixed: function-calc-no-unspaced-operator false positives and memory leak (#6045).
14.8.0
Added: keyframe-block-no-duplicate-selectors rule (#6024).
Added: property-*-list support for vendor prefixes (...
196c30f chore(deps-dev): bump vue-tsc from 0.32.0 to 0.... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.34\.11
Bumps vue-tsc from 0.32.0 to 0.34.11.
Changelog
Sourced from vue-tsc's changelog.
0.34.11 (2022/4/29)
fix: cannnot trigger auto-complete in import statement by input space
fix: duplicate diagnostics in *.ts on takeover mode (#1234)
fix: style block has redundant html emmet result (#1244)
fix: language server crash with low TS version (#1242)
fix: directives type-check not working (#1228)
fix: auto-complete replace range i...
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.34\.10
There are 9 failures, 0 warnings, and 0 notices.
This change completely breaks animated profile pictures for me as shown by opening ALazyMeme's usercard on your branch:

I believe this fix only works on Windows (or whatever OS you're using) so I've suggested a change.
QApplication::focusWidget() may not have the intended behaviour on all platforms (at least not for me). Instead, a nullptr check on the avatar button itself would be better as the button will be a nullptr when closed.
if (this->ui_.avatarButton != nullptr)
{
this->avatarUrl_ = URI;
this->setSevenTVAvatar(filename);
}
b524ae0 Bump github.com/aws/aws-sdk-go from 1.43.31 to ... - dependabot[bot]
Bumps github.com/aws/aws-sdk-go from 1.43.31 to 1.44.4.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.44.4 (2022-04-29)
Service Client Updates
service/codeguru-reviewer: Updates service API and documentation
service/mediaconvert: Updates service API and documentation
AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DA...
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.44\.4
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.45
b42f245 Bump github.com/valyala/fasthttp from 1.34.0 to... - dependabot[bot]
[SevenTV/EventAPI] New branch created: dependabot/go\_modules/dev/github\.com/valyala/fasthttp\-1\.36\.0
Bumps github.com/valyala/fasthttp from 1.34.0 to 1.36.0.
Release notes
Sourced from github.com/valyala/fasthttp's releases.
v1.36.0
7cc6f4c Fix DoTimeout Streaming body bug (Erik Dubbelboer)
9a0b4d0 optimize (#1275) (tyltr)
e3d2512 optimize (#1272) (tyltr)
b40b5a4 Update tlsClientHandshake (#1263) (Mikhail Faraponov)
c7576cc Added Windows support and removed some panics (#1264) (Mauro Leggieri)
f0e1be5 add nil check of req.body and resp.body on Releas...
[SevenTV/EventAPI] branch deleted: dependabot/go\_modules/dev/github\.com/valyala/fasthttp\-1\.35\.0
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
87ad371 Bump github.com/aws/aws-sdk-go from 1.43.31 to ... - dependabot[bot]
[SevenTV/ImageProcessor] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.44\.4
Bumps github.com/aws/aws-sdk-go from 1.43.31 to 1.44.4.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.44.4 (2022-04-29)
Service Client Updates
service/codeguru-reviewer: Updates service API and documentation
service/mediaconvert: Updates service API and documentation
AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DA...
[SevenTV/ImageProcessor] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.45
There are 10 failures, 1 warnings, and 0 notices.
I tested my branch on Windows and Arch (https://streamable.com/e/f5y3ke) and it seemed to work fine. However your fix is much better. Thank you very much! :)
df9f132 chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/eslint\-plugin\-5\.22\.0
Bumps @typescript-eslint/eslint-plugin from 5.16.0 to 5.22.0.
Release notes
Sourced from @โtypescript-eslint/eslint-plugin's releases.
v5.22.0
5.22.0 (2022-05-02)
Bug Fixes
eslint-plugin: [comma-spacing] verify nextToken exists (#4868) (23746f8)
Features
ast-spec: add fixture test framework and some initial fixtures (#3258) (f3cf87b)
eslint-plugin: [no-duplicate-enum-values] add rule (#4833) (58991...
498beff chore(deps-dev): bump vite from 2.9.0 to 2.9.7 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vite\-2\.9\.7
Bumps vite from 2.9.0 to 2.9.7.
Release notes
Sourced from vite's releases.
create-vite@2.9.3
Please refer to CHANGELOG.md for details.
create-vite@2.9.2
Please refer to CHANGELOG.md for details.
create-vite@2.9.1
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
2.9.7 (2022-05-02)
chore: update license (d58c030)
chore(css): catch postcss config error (fix #2793) (#7934) (7f535ac), closes #2793 #...
0277701 chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/parser\-5\.22\.0
Bumps @typescript-eslint/parser from 5.16.0 to 5.22.0.
Release notes
Sourced from @โtypescript-eslint/parser's releases.
v5.22.0
5.22.0 (2022-05-02)
Bug Fixes
eslint-plugin: [comma-spacing] verify nextToken exists (#4868) (23746f8)
Features
ast-spec: add fixture test framework and some initial fixtures (#3258) (f3cf87b)
eslint-plugin: [no-duplicate-enum-values] add rule (#4833) (5899164)
v5.21.0
5.21.0 (...
I have noticed it happense pretty often after twitch raids. I has seen 2 raids, both of them had hearths issue.
To be precise, when you watch someone and that person creates raid to another streamer, then you will see big hearts.

Windows 10 x64
Firefox 99.0.1
7tv 2.2.1
My best guess is it's caused by the
twemojipackage used to render emojis and the source of the issue may be somewhere around here. Perhaps the best thing to do at this point would be to completely change how emojis are rendered.
In those lines I see that the emojis are given a class of seventv-emoji and it does so when I post an emoji in a ch...
do you have this enabled in 7tv settings?

a23f704 Make the video scale with 'contain' instead of ... - Excellify
[SevenTV/SevenTV] New branch created: fix/yt\-theatre\-cutoff
98e3a24 fix(deps): bump @vueuse/core from 8.1.2 to 8.4.0 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.4\.0
Bumps @vueuse/core from 8.1.2 to 8.4.0.
Release notes
Sourced from @โvueuse/core's releases.
v8.4.0
Bug Fixes
computedAsync: keep evaluating true for concurrent changes (#1555) (23549c3)
core: circular reference (#1553) (df9dd89)
integrations: mark change-case as an optional peer dependacy (#1542) (aa6e593)
onClickOutside: fallback to pointerup event if click event not propagate (#1522) (89c9e53)
onLongPress: make directive work n...
Youtube must have made the video player scale to cover instead of contain recently. This caused the video to be cut off when using the true theater mode.
Can you add to changelog.md under version 2.2.2
fc7edb1 Updated changelog.md again - Excellify
4d87db3 Fixed crash related with 7TV animated pfp (#87) - itzAlex
@AnatoleAM Admittedly I use and prefer chrome. But safari is the fastest browser on macOS.
I would like to suggest either:
1.) A userscript with the core features for those that just really want/need to use safari.
2.) Just distributing an unsigned extension. On macOS you can enable the safari โdeveloperโ option and install unsigned extensions
Seems like the extension would need patches to work on safari. Just converting it using xcode and running it unsigned completely breaks the chat. I have no experience with safari extension so I dont know how much work would be needed to fix it.
2a041c5 Fix video cutoff in true theater mode on youtub... - Excellify
[SevenTV/SevenTV] branch deleted: fix/yt\-theatre\-cutoff
Closing because I believe this has too many conflicts with the current branch. If improvements made can be merged create a new PR
0cca702 chore(deps-dev): bump stylelint from 14.6.0 to ... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/stylelint\-14\.8\.2
Bumps stylelint from 14.6.0 to 14.8.2.
Release notes
Sourced from stylelint's releases.
14.8.2
Fixed: selector-*-no-unknown end positions (#6046).
Fixed: function-calc-no-unspaced-operator false positives for non-standard variables (#6053).
https://github.com/stylelint/stylelint/compare/14.8.1...14.8.2
14.8.1
Fixed: declaration-block-no-* end positions that avoid errors (#6040).
Fixed: named-grid-areas-no-invalid false positives for arealess temp...
08fbf82 fix(deps): bump @vueuse/core from 8.1.2 to 8.4.1 - dependabot[bot]
Bumps @vueuse/core from 8.1.2 to 8.4.1.
Release notes
Sourced from @โvueuse/core's releases.
v8.4.1
Bug Fixes
useVModel: returning undefined on false values (#1557) (0f3ddca)
v8.4.0
Bug Fixes
computedAsync: keep evaluating true for concurrent changes (#1555) (23549c3)
core: circular reference (#1553) (df9dd89)
integrations: mark change-case as an optional peer dependacy (#1542) (aa6e593)
onClickOutside: fallback to pointerup eve...
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.4\.1
6b93c9d chore(deps-dev): bump vite from 2.9.0 to 2.9.8 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vite\-2\.9\.8
Bumps vite from 2.9.0 to 2.9.8.
Release notes
Sourced from vite's releases.
create-vite@2.9.3
Please refer to CHANGELOG.md for details.
create-vite@2.9.2
Please refer to CHANGELOG.md for details.
create-vite@2.9.1
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
2.9.8 (2022-05-04)
fix: inline js and css paths for virtual html (#7993) (d49e3fb), closes #7993
fix: only handle merge ssr.noExternal ...
There are 1 failures, 0 warnings, and 0 notices.
af7bf74 EmoteSetCard - Change containment method (#398) - Excellify
[SevenTV/SevenTV] New tag created: 2\.2\.2
321f0c8 fix(deps): bump docker/build-push-action from 2... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/github\_actions/dev/docker/build\-push\-action\-3
[SevenTV/Website] Pull request opened: #399 fix\(deps\): bump docker/build\-push\-action from 2 to 3
Bumps docker/build-push-action from 2 to 3.
Release notes
Sourced from docker/build-push-action's releases.
v3.0.0
Node 16 as default runtime by @โcrazy-max (#564)
This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
Standalone mode support by @โcrazy-max (#601 #609)
chore: update dev dependencies and workflow by @โcrazy-max (#571)
Bump @โactions/exec from 1.1.0 to 1.1.1 (#573)
Bump...
a8a34cc fix(deps): bump docker/login-action from 1 to 2 - dependabot[bot]
2ebe44c fix(deps): bump docker/setup-buildx-action from... - dependabot[bot]
21de90b fix(deps): bump @vueuse/core from 8.1.2 to 8.4.2 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.4\.2
Bumps @vueuse/core from 8.1.2 to 8.4.2.
Release notes
Sourced from @โvueuse/core's releases.
v8.4.2
Bug Fixes
useScrollLock: lock on element instead of document (#1561) (847e12f)
useScrollLock: stop listener properly (#1562) (f31de43)
useVModel: defaultValue can work with null (#1565) (f4e882c)
useVModel: return default value when it's nil only (#1567) (50d8a4c)
v8.4.1
Bug Fixes
useVModel: returning undefined on false values (#1...
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.4\.1
479697d fix(deps): bump pinia from 2.0.12 to 2.0.14 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/pinia\-2\.0\.14
Bumps pinia from 2.0.12 to 2.0.14.
Release notes
Sourced from pinia's releases.
pinia@2.0.14
Please refer to CHANGELOG.md for details.
pinia@2.0.13
Please refer to CHANGELOG.md for details.
Commits
e5843ac release: @โpinia/nuxt@โ0.1.9 pinia@2.0.14 @โpinia/testing@โ0.0.12
5b61973 docs(ssr): use hasOwnProperty
11b92fd fix: correctly detect option stores
01604e9 docs: remove title
9cd76e7 docs: remove confusing example
3c66f5d style: unused var
6c17168 fix...
All changes look good
[SevenTV/image-processor] branch deleted: troy/init2
68fd620 update docker with entrypoint - TroyKomodo
18714e5 First Implementation of the Image Processor (#1) - TroyKomodo
All changes look good
40617af Bump actions/download-artifact from 2 to 3 - dependabot[bot]
[SevenTV/image-processor] New branch created: dependabot/github\_actions/dev/actions/download\-artifact\-3
Bumps actions/download-artifact from 2 to 3.
Release notes
Sourced from actions/download-artifact's releases.
v3.0.0
What's Changed
Update default runtime to node16 (actions/download-artifact#134)
Update package-lock.json file version to 2 (actions/download-artifact#136)
Breaking Changes
With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.
v2.1.0 Download Artifact
Improved output & logging
Fixed issu...
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
Looks like docker/build-push-action is up-to-date now, so this is no longer needed.
Looks like actions/download-artifact is up-to-date now, so this is no longer needed.
Looks like docker/login-action is up-to-date now, so this is no longer needed.
[SevenTV/image-processor] branch deleted: dependabot/github\_actions/dev/docker/build\-push\-action\-3
[SevenTV/image-processor] branch deleted: dependabot/github\_actions/dev/actions/download\-artifact\-3
Looks like docker/setup-buildx-action is up-to-date now, so this is no longer needed.
[SevenTV/image-processor] branch deleted: dependabot/github\_actions/dev/docker/setup\-buildx\-action\-2
5c1b9f2 fix stage deploy + reoder go tests - TroyKomodo
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
311f55d fix all small bugs and refactor - TroyKomodo
[SevenTV/image-processor] New branch created: troy/refactor
ef05e4f add more verbose errors - TroyKomodo
There are 2 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
[SevenTV/SevenTV] New branch created: fix/pull\-submodule
Allows for cloning the repository with poth https and ssh.
The current config causes errors if the user has not set up ssh keys.
Merging this to remove the pull request, but keep in mind that it's unlikely the modifier feature will make it to the extension at all. At least in its current form.
bced698 Added more modifiers (#196) - LeptailurusServal
Has this been fixed for you with the latest updates?
So what are the plans for this issue, you just gonna close it? @AnatoleAM
one second, i'll see if it's fixed for me and then close it myself
Can you close this please @AnatoleAM
one second, i'll see if it's fixed for me and then close it myself
Anatole said that the css wasn't really worth it, don't know if he wanted to implement an svg or just skim over this issue
why not?
https://github.com/SevenTV/SevenTV/pull/236#discussion_r850631177
seems like a prescaled or vector is fine, just not the css. I'll probably make a PR for that today unless someone else wants to do it
i see, in case anatoleam actually needs a proper vector version of the logo i can create it, had much more experience with that now so it won't be as bad as the one i linked prior in the issue
I a lot of the weird rendering is caused due to using the image as a mask instead of a scaled image. This was so that the colour could be changed without having different assets. A proper vector version would be optimal yea.
not sure if this would be the best way to share it but i have created an svg version of the logo
https://drive.google.com/file/d/1atRBCwyv8VfgARVpTJXh3GLfp5fStMDY/view?usp=sharing
i think it looks good scaled down too

just obviously need to recolor it, but it's an svg, extremely easy to do so
apparently the logo on the main page is already svg and i spent all this effort trying to recreate it, OMEGALULiguess
@BlazingFire007 i'm not a mac os user, but i've heard people enjoy the orion browser, it's like a better version of safari for mac os with extensions. you should try it and see if it works for you
#ad #sponsored #xddddddddddddddddddddddddddddddddddddddddddddddddd
Before:

After:

I don't know about you, but it has been infuriating me since the first moments 7TV started to work on YouTube.
[SevenTV/image-processor] branch deleted: troy/init
[SevenTV/image-processor] branch deleted: troy/refactor
2965c5a remove number from readme - TroyKomodo
Not fixed yet for me as of 2.2.2
[SevenTV/image-processor] New branch created: troy/metrics
The following metrics will be monitored
-
image_processor_total_tasks
Counter
For the total number of successful tasks thestatelabel will besuccessfulor for failed it will befailed -
image_processor_current_tasks
Gauge
The current count of running (in process tasks) -
image_processor_task_duration_seconds
Histogram
The time spent running tasks (from start to finish) -
image_processor_download_file_duration_seconds
`...
There are 2 failures, 0 warnings, and 0 notices.
f54b2a4 fix up internal registry - TroyKomodo
d605861 revert to previous design - TroyKomodo
0d0dade try adding k8s manifests - TroyKomodo
[SevenTV/image-processor] New branch created: troy/k8s\-deploy
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
8fd688c revert change to subset action - TroyKomodo
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
seems fine, prob just needs testing on stage
Why do this instead of applying the template then patching the image like it was previously?
98f4be4 Adding metrics and monitoring (#9) - TroyKomodo
[SevenTV/image-processor] branch deleted: troy/health
[SevenTV/image-processor] branch deleted: troy/metrics
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
is because I only want to apply it once
when you do apply, and then patch
you are applying twice.
There are 2 failures, 0 warnings, and 0 notices.

There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
b2ed4c0 fix: parse irc tags with consecutive escapes (#... - iProdigy
66b9b04 fix: raise existing emote popups from behind ot... - LosFarmosCTL
4aa5b04 Disable formatting on "contested lines" (#3714) - pajlada
f97780d Improve Twitch PubSub connection reliability (#... - Nerixyz
65301a3 Fix automod crash (#3716) - pajlada
[SevenTV/Website] New branch created: troy/update
There are 0 failures, 2 warnings, and 0 notices.
There are 2 failures, 2 warnings, and 0 notices.
There are 0 failures, 1 warnings, and 0 notices.
[SevenTV/Website] branch deleted: feat/home\-pitch
There are 0 failures, 1 warnings, and 0 notices.
d66521f Update Crowdin configuration file - TroyKomodo
[SevenTV/Website] New branch created: l10n\_troy/update
4d5e76a New translations en_US.json (Romanian) - TroyKomodo
316d239 New translations en_US.json (Vietnamese) - TroyKomodo
d09c8f0 New translations en_US.json (Russian) - TroyKomodo
a14a327 New translations en_US.json (Albanian) - TroyKomodo
c5f5df6 New translations en_US.json (Serbian (Cyrillic)) - TroyKomodo
a8dd729 New translations en_US.json (Swedish) - TroyKomodo
8856ca5 New translations en_US.json (Turkish) - TroyKomodo
d87694a New translations en_US.json (Ukrainian) - TroyKomodo
4c0f69f New translations en_US.json (English) - TroyKomodo
b264066 New translations en_US.json (Portuguese, Brazil... - TroyKomodo
b119fda New translations en_US.json (Polish) - TroyKomodo
616315b New translations en_US.json (Persian) - TroyKomodo
31c5ac4 New translations en_US.json (Norwegian Nynorsk) - TroyKomodo
7f71bab New translations en_US.json (Kazakh) - TroyKomodo
b9f1020 New translations en_US.json (Estonian) - TroyKomodo
7b6049c New translations en_US.json (English, United Ki... - TroyKomodo
9a4c2b0 New translations en_US.json (Pirate English) - TroyKomodo
982072e New translations en_US.json (Norwegian Bokmal) - TroyKomodo
03c8c23 New translations en_US.json (Portuguese) - TroyKomodo
33d65bf New translations en_US.json (Dutch) - TroyKomodo
093155a New translations en_US.json (French) - TroyKomodo
4e77db1 New translations en_US.json (German) - TroyKomodo
2e87715 New translations en_US.json (Spanish) - TroyKomodo
9873ea2 New translations en_US.json (Afrikaans) - TroyKomodo
32ef568 New translations en_US.json (Arabic) - TroyKomodo
33f7b5d New translations en_US.json (Belarusian) - TroyKomodo
4bed88d New translations en_US.json (Catalan) - TroyKomodo
e67f6c6 New translations en_US.json (Czech) - TroyKomodo
There are 0 failures, 1 warnings, and 0 notices.
fuck's going on in miami bruh
ce4f6c0 New translations en_US.ts (Romanian) - TroyKomodo
5a753df New translations en_US.ts (Vietnamese) - TroyKomodo
39d801b New translations en_US.ts (Albanian) - TroyKomodo