#dev-general
1 messages · Page 499 of 1
https://crowdin.com/project/krypton someone translate a few words on here so I can see it works properly pls 🙂
when they bring out the pump lmao
do you mind if they're just random letters? xD
watercooling the motherboard 🌚
The water is so close with the pump
dw. it will splash it even more
Lol
I'm pretty sure welsh and English are considered equal under welsh law
for example, road signs vary which language they put first
yeah
but all road signs must show both
thats why im asking lol, i was in wales last week, couldnt help but notice the signs
@jovial warren Should have used mexico or argentina flag for spanish and brazilian flag for portuguese to trigger people
nah upside down English is actually English written with upside down characters
I don't pick those flags smh
pretty sure that was one of the first laws that the National Assembly of Wales (as it was known at the time) made
fun fact: wales has extended the franchise to 16 and 17 year olds
You can
well @jovial warren I started translating a few words in romanian.
hehe
I can tick those if anyone wants them lol
I wonder if I should translate megabytes lmao. I never actually ever heard someone using the translated word
didn't know you spoke Romanian lol
well now you know
welp time to translate to bri'ish english
man I hate romanian
oi oi bruv its the config, do u have a loicense to read this innit?

I could add "Roadman English" as another option 👀
ngl there are people who sound so like that in the UK
Lol
is it just me or this sounds bad even in english?
why are the dashes part of the translation lol
it works when you consider what the line above says
good point
I added them so you can change the messages
man I hate romanian lmao
why
tbf I hate welsh
sometimes we just change the letters at the start of words to make them sound better and to confuse the english
bcz of these
Ă ă — a with breve – for the sound /ə/
 ⠗ a with circumflex – for the sound /ɨ/
Î î — i with circumflex – for the sound /ɨ/
Ș ș — s with comma – for the sound /ʃ/
Ț ț — t with comma – for the sound /t͡s/```
I don't want to change my keyboard
to romanian
I even forgot where they are
located
Man can't function on this {0} megabytes of RAM ting you get me
Please bruv, give man some more RAM by using "java -Xmx1024M -Xms1024M -jar Krypton-{1}.jar".
```lol
welsh has some accents in words but they aren't often used
lol
well ours are used a lot
Same, fuck accents
I like them ngl but when it comes to keyboards its just to much work
you get me is such a vaping outside of maccy's term
also I Love it when the Crowdin translator tries to translate Krypton lmao
I don't even know if in romanian it should be on that port or in that port
hmm
Man! Chill! Man can't keep up with this ting! Running {0}ms ({1} ticks) behind! quality
I gotta make a web backend to handle requests to data.kryptonmc.org so people can actually download these lol
and its for all translators not just one lmao
just added a shit ton more languages lol
tbh some of the auto translations are actually pretty good
I had 2 that needed no change at all
wdym auto translations?
It suggests from google
oh right
hey Matt, you should join in
Nah, Portugal's portuguese is boring
Both, i mean it's the same thing, just small changes
I just added the brazilian variant as well if you prefer that
Krypton Portuguese, Brazilian translation
I see emily did a few of the Spanish translations

lmao
yeah maybe I should exclude that from the Crowdin page
that is only there so it can be customised
though not even sure it needs to be
should I hard-code the bar parts of these?
hard code everything
👍 👍 👍 👍
if ("BristerMitten" in player.name) {
player.session.disconnect(Component.text("Fuck off"))
}
```xD
alright, cheers Blitz
nice
yeah I was thinking of changing that
thanks for that
that looks like one of those fucking "think bike" adverts you see on TV from time to time 
My pleasure
Thanks to these amazing guys for sponsoring this channel!
• Xidax - https://bit.ly/rickypc
• Use code TONGUE for a discount!
https://merch.rickyberwick.com/
i shouldn't have social media BUT..
• Twitter - https://twitter.com/rickyberwick
• Instagram - https://www.instagram.com/...
Just spreading awareness
You can always tell when someone is italian
Although I won't disclose how
I do not want to lose my staff rank
I am afraid I will have to decline as I cannot think of a punchline to the joke
lol what
All my ideas have been unsatisfying and boring
nah you can't do that to me Alex
None of the punchlines seem to do the build-up justice
lol
If I think of a good one you will be the first to know 👍
At least it's not ita*ien
sì sì
🤢
PogO ItalianHands
Please censor ital*en in future
discrimination
They deserve it
🤨
well I guess its time to go and become a weeb
lol
if you want a Groovy one, SlimJar has a good one iirc
or for the vastly superior Kotlin DSL, mine isn't bad
the now archived Komponent has one that works for Maven central
SlimJar isn't on central
He's having issues with central specifically
how did u get signing to work
it always says smth like "invalid pgp key"
you just create a GPG key and export the secring, then set that in your git config
wat
[user]
name = Callum Seabrook
email = callum.seabrook@prevarinite.com
signingkey = 34BDE876DDC5DDE6
[core]
autocrlf = input
editor = vim
[commit]
gpgsign = true
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[credential]
helper = cache
```this is my git config
for example
wheres git config
google "github pgp singing"
close enough
the principle is the same
do you want to store those keys in the repo settings?
signing.keyId=DDC5DDE6
signing.password=CENSORED
signing.secretKeyRingFile=/home/bombardygamer/.gnupg/secring.gpg
mavenUsername=BomBardyGamer
mavenPassword=CENSORED
maven.username=bardy
maven.password=CENSORED
github.username=BomBardyGamer
github.token=CENSORED
```here's my gradle.properties btw
this is where you configure your signing stuff for Gradle
you can edit the gradle.properties in .gradle in your home folder to get that to work
gotta export that
Imagine the password was actually "CENSORED"
gpg --armor --export?
ok
you don't need to touch the secring
o
just gpg --export
doesn't work D:
Execution failed for task ':signMavenJavaPublication'.
> Unable to read secret key from file: C:\Users\User\.gnupg\secret-key.gpg (it may not be a PGP secret key ring)
binary doesn't work either
Oh my
OKAY
I DID IT
new issue
😭
Execution failed for task ':publishMavenJavaPublicationToMavenRepository'.
> Failed to publish publication 'mavenJava' to repository 'maven'
> Could not PUT 'https://oss.sonatype.org/service/local/staging/deploy/maven2/io/github/dkim19375/dkim19375jdautils/2.5.0/dkim19375jdautils-2.5.0.jar'. Received status code 403 from server: Forbidden
;-;
welp i changed the url
i just copied and pasted from ur build.gradle ;-;
and now no error
but its not on the repo
._.
u aint authorised bud
if you read any of the sonatype documentation you'd know https://oss.sonatype.org/ is no longer valid for publishing
.
:p
changed to what
https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
nice
now no errors, nothing happens
oh wait
i had to look in the staging area?
wait theres no sources jar
☹️
The joys of maven central, how long have you been trying?
Keep it going, my first time trying took 8 hours
Well i didn't ask on places for help lmao
I wish we had a counter to how many messages dkim deletes
=paste
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
oh
welp
if ur on pc
WOOHOO
finally
wtf
wtf 😭
Missing Signature: '/io/github/dkim19375/dkim19375jdautils/2.5.0/dkim19375jdautils-2.5.0-all.jar.asc' does not exist for 'dkim19375jdautils-2.5.0-all.jar'.
what is dat
why are you publishing a shaded jar lol
idk
how do i remove it?
just don't shade anything?
You shouldn't mess with that, just let it use the default one
No reason to publish a shadowed jar most of the times
wait you mean like in dependencies {}?
[16:09] emilyy: your library doesn't shade others
[16:09] emilyy: it's the consumer that does it
no i don't mean "don't add dependencies"
I mean don't shade
yeet shadow
Yes
oh
rip shadow
I think you made Emily have a stroke
How?
Attention spam of a tuna salad
forget everything i said

why does it go to that now
i want 🥲 D:
too many tears
my brain is dead
if you couldn't tell yet
wat
;-;
how do i remove a staged repository?
I can't find out a way to delete the shaded jars
Invalid POM: /io/github/dkim19375/dkim19375jdautils/2.5.1/dkim19375jdautils-2.5.1.pom: License information missing
welp, time to add a license
Nice
Has anyone ever used https://github.com/gradle-nexus/publish-plugin before?
Also, how would i use the snapshot repository?
if the artifactid ends with -SNAPSHOT it gets published to the snapshot repo I believe
that's what the indian guy on youtube told me
and it seems to be the case
And indian guys on youtube are always right
if my latest release is like 2.0.0, should my snapshot be 2.0.0-SNAPSHOT?
I think it would make more sense to have your snapshot as a higher number than your latest release
hm
but I wouldn't know what my next release would be
it could be either 3.0.0, 2.1.0, or 2.0.1
think about snapshots as "alpha" versions or smt like that
then just make it 2.0.1 and call it a day
there's nothing preventing you from releasing it as 3.0 of you feel like doing so
ah yea i just googled
found this image :p
so it'd go snapshot -> release
thx 🙂
Snapshot = not complete version
Look at semantic versioning
ok genuine question here
how do people use eclipse and think "yeah this is a good ide"
seriously tho it looks like the ide was made in 2004 and never got updated
i would rather use notepad
it was taken out of 2004
doesnt md use it
2001 to be exact
Unfortunately
tbf eclipse has a different design goal
you can theme it yk
i mean ok it wouldnt be able to run but atleast im not using eclipse
still
ok imma stop screaming at eclipse now and go back to fixing my spaghetti code
hf
ty lol
man, we got 17% on both Spanish and Romanian, pog
if i spoke another language then i would help
translate to english 🙂
go for it lol
The name is not long enough
lol
Nice, how many hours?
Also why do you like numbers on your name so much, it looks like when you're saving a file and don't know what to name it so you just randomly do asdfg
@ocean quartz xopfgfx
thats a cute utils
idk, i picked the numbers and just stuck to it 🤷
about 3 - 9, so ~6 hours
hey bardy
i have a question
There is no time to wait! Ask your question @half harness!
?help
» Give the helpers some details
» Ask suitable questions
» Be polite
» Wait
designing a metadata API very similar to LuckPerms' one (https://metadata.luckperms.net if you didn't know, source is https://github.com/LuckPerms/metadata-api), and was just thinking: that API caches translation metadata for 6 hours, how long should I go for? because I think 6 hours is way too long tbh
do u use https://github.com/gradle-nexus/publish-plugin ?
or do u manually publish?
no i mean https://github.com/gradle-nexus/publish-plugin automatically closes and releases
https://i.imgur.com/y0lFOBY.png https://i.imgur.com/ckiASPY.png
this guy going from java -> python? 👀
Can I ask if I can ask my question which I thought might be appropriate to ask the the question about the question here in this channel.
no u cant
then I have to ask another question
pretty sure you are just overexaggarating here. I've used eclipse for 2 years then switched to intellij after. Even though I prefer intellij from the UI and tools, eclipse wasn't even that bad when I last coded on it.
netbeans ftw /s
Hmm I consider if I should coordinate command executions sync (single thread execution) or async (workstealing pool) any thoughts?
why cant making an app with tornadofx be easy :9
Does anyone know if KDE Neon has a support discord or maybe even a website idk? I tried neon.kde.org but can't seem to find anything about that on their page.
oh I am really blind lmao
this is like the 100th time I do this (ask here and few seconds later find the answer) lmao
@static zealot what's the issue?
when you make a slight fix in XMaterial go to commit the change and IJ takes a
because of the file size
trying to see if they can help with that drivers problem
you can use @SuppressWarnings("unused") in API's to stop your IDE screaming at you for not using the methods what are there for other devs to use??
what
you know the events in the privatemines bm?
what drivers problem
because we didn't use them in the code, IntelliJ kept telling me to use them
bcz whenever I try to download a proprietary driver (for my graphics card) it just makes one of my screen black and the other one just my background photo. It removes all traces of task bar etc. It looks like the screen is just stretch or something like that. I've made sure its the latest driver for my graphics card as well but same thing. also tried downloading the recommended one, same thing
how r u downloading them
hey
sudo apt-get install nvidia-driver-465. 465 is the latest version according to nvidia's website.
I Tried from the software and updates too
Ik
that was my first try
and my second
and my third
and my fourth xD
is there an easy way to make tornadofx views or do i have to do it all through code
I've tried literally every version from there
i need 5$ pls
should look like this

on paypal sad emoji*
what card do u have
Same
m so broke man
I didn't know that if you commit code in IntelliJ and forget to push them then it'll save them until you come back on and commit more to push 
your best bet is completing a #837974312451440661
everyone needs money
Get a job?
m 15
youve got enough for a pc
ok?
loads of 15 year olds have jobs
People work at 13..
ugh I used to work at 13 lmao
Commits and pushes are totally separate things, that's not just an IntelliJ feature
i mean i didn't know git could do that then
thx anyway
I thought it'd wipe all my previous commits
no it does not 
That would defeat the point of it being a commit lol
I didn't know that man, I'm new at coding
i think i need to know someone from saudia

i've only been coding for 7 years
well anyways I'll make an account later and ask for help from them. Maybe they can help idk.
bm I do have a question for you
I'm trying to use the MineSchematic class elsewhere but it says
"Raw use of parameterized class 'MineSchematic' " any clue why?
Because it's a generic type
^^
try this blitz
issue is probably because of your weird ass gpu
I will.
I never had this issue with my more mainstream nvidia gpu
maybe. idk. But seems common with more GPUs
I would like to ask about dependency relocation: I really don't understand much about the topic, so I would like to ask if the path of my plugin dependencies have to unique (for my domain com.github.secretx33, or if it have to be unique for the entire system, in this case, entire among all other plugins, including others made by me)?
and what happens if I shade the kotlin coroutines, for each plugin it'll create a new thread pool or will they share the same thread pool (and the relocation does nothing to change it)?
can't say for the kotlin bit but they should be unique for each plugin @gusty glen
Oh boy. I might have destroyed my ubuntu
For real, I hate web dev, TS or JS is just horrible, like come on, says it's an array
But not iterable what
javascript gud
https://www.destroyallsoftware.com/talks/wat made me giggle
@oblique heath @cinder flare I found a solution for the docdex sorting conundrum https://www.spigotmc.org/threads/sorting-algorithm.506087/page-2#post-4170496
@old wyvern Please bless me with elm
That was great
Who made this stupid language
Dr Johnathan Typescript, 1948
worked with alan turing
noticed that languages were too sensible
time to KotlinJS?
I tried it and unfortunately can't 😩
pls send help
This is why we need Elm to take over
Please
Oh btw matt, about mf-gui kotlin extensions, I should keep them in a separate module right?
So users dont have to depend on kotlin even if not on kotlin
Or is there any other way?
Yeah separate module, I think I already have the module created, but it's empty
Ah, I dont think you committed it, I checked today morning
It is there ;o
https://github.com/TriumphTeam/gui/tree/3.0.0
This worked, but god it was painful lmao
Basically type alias + pattern matching i guess
what's it for?
React
also what language is that?
TS
ah
Working on the backend is amazing, working on the frontend is hellish
Yeah i broke kde neon. Time to reinstall.... XD
Hi
When I put the vault placeholder% vault_eco_balance_formatted%, this causes for example $ 1,000,000 to be seen as 1M, but this only goes up to Q, then M, B, T, Q and then normal digits start to appear and no more letters
Please, I've been asking for help for 3 days but I can't find a solution!
ahh, I was checking on master
don't use numbers too big?
Master is pretty old xD
since the formatting is done by vault, probably the only "fix" is you compile your own version of Vault which does the formatting you need
ohh xD
Pretty much identical to Haskell 😌 🥰 🤤
I hope haskell doesn't make it as painful as this
Bruh
I don't know how to program
that placeholder won’t fix it make a custom placeholder then
JavaScript placeholders do be dope
Learn it
that's another possibility
😌
I would just recompile vault though
Can someone help me?
(since I hate JS)
Sounds like a question to #placeholder-api instead, no?
Pretty it’s the vault papi expansion not vault itself
but isn't it shaded on vault?
It’s an external one ?
idk, asking because I don't use it
what can I do?
I don't know how to program
Bruh
then asking in a dev channel is kinda not ideal
probably you want to ask for help on #placeholder-api or #development
Not #development lol
you can also post a request on #837974313491496980 or #837974312451440661 if you aren't willing to do it yourself
...
Aight API call works, time for procrastination break
ooo
Stalinsort 
brilliant
miracle sort
you just wait for the array to be sorted by itself
eventually, alpha particles will flip bits in the memory chips
which will lead to a succesful sort
Good luck with that on ECC memory sticks
O(∞)
😳
QuoTom
Also I don't know about other manufacturers but I believe Intel actually designs their CPUs with things like those in mind
All my homies still on floppy disks!!
A whopping 145mb
Help me pleasee
lol
while !isSorted() {
mechanicalArm.moveMagnet(ramPosition, randInt())
}
:slight_smile:
RandomSort
while !isSorted(a) {
a[random()] = random()
}
lmao
I think time complexity is worse than n!
Well I guess theoretically you can't find an upper bound if it's random
But at least the average case is calculated somewhere
@forest pecan I rectify myself https://slashdot.org/story/348828
But I wouldn't be surprised if the core CPU design was made with that in mind
was it an actual issue back then?
Probably not xD
Lol
But the fact it was considered and they did that is hilarious
lmfao
@boreal needle
https://i.imgur.com/owSOjT6.png
https://i.imgur.com/Ahi7FBr.png
smh
lmfao
also, https://i.imgur.com/xt9PO4B.png 😔
probably gotta make my own locale for that
Pranked
actually what I thought was the issue isn't even the issue lol
guess who did the UwU English translations though
Lucy?
you bet
I mean she has the qt bot on her side lmao
lol
man, LP only refreshes the translations every 23 hours tf
I'm gonna make the cache max age like 15 mins
I mean there isn't really a necessity
Lol yeah
oops sorry
I fixed it, dw
nah i did them all manually
does it work now
i need an uwu English startup log
Blame MessageFormat
lol
damnit sorry
im sowwy i weawwy twied my hawdest >.<
T-T
this is gonna sound really weird but
uwuifying stuff helps it feel less like a program and more alive
I mean yeah
@obtuse gale So spanish also genders everything right? Would Krypton be male or female? xD
Uh hmm
I guess I'll go with male because server is male
seriously tho
Yeah I guess
which of these sounds more friendly
The server has stopped responding! This could be, but is not likely to be, an issue with Krypton.
If you see a plugin in the server thread dump below, then please report it to that author.
*Especially* if it looks like HTTP or MySQL operations are occurring
If you see a world save or edit, then it likely means you tried to do much more than your server can handle at once
If this is the case, consider increasing timeout-time in the main configuration file. Please note, however, that this will replace this crash with LARGE lag spikes
If you are still unsure, or you think that this actually a Krypton issue, especially if you see org.kryptonmc at the top of the trace, please report this to https://github.com/KryptonMC/Krypton/issues
When reporting to Krypton, please ensure that you include all relevant console errors and thread dumps, as this will help us diagnose your issue easier.
Krypton version: {0} (for Minecraft {1})```
or
genders everything?
iww give u a lil fwead dump, if u see a pwugin in dere den pwis weport it to de authow, especiawwy if u see http or mysql!
if deres a wowld save ow edit den it wikewy means u twied to do too much. making me wowk too hawd, u meanie ;-;
if u want u can incwease "timeout-time" in da config fiwe, but dis wont make de pwobwem go away! u just get beeeeeg lag spikey bois instead
if u need hewp or u tink dat dis is a kwypton pwoblem den pwis repowt at https://github.com/KryptonMC/Krypton/issues
if u do dis, pwis incwude AWW DE EWWOWS so we can read dem. tanks <3
kwypton version {0} for bwock game {1}```
well, it would be it and sure ig you would go el in that case
Yeah, most words have genders, like for example table is female, chair is female, computer is male, etc
lol
El computador is also a thing
yeah
Hm ok
What do you know about portuguese lol
I don't, that's spanish
for la computadora
I am not talking about spanish my guy
well the first 2 were correct in spanish lol
the gender of the word depends on the gender of the words around it for the most part though
so you can have a feminine verb that makes the nouns feminine
Kinda, it's basically by the ending of the word, a word ending in a will always be female and a word ending in o will always be male
yeah
From the examples i used mesa, cadeira, computador
el agua 🌚
oh yeah, that's one of the exceptions
Wrong reply ffs
tis
in spanish its mesa, silla, and computadora/computador ig
emilyy tiene una gripe
emilyy tenía una gripe
la gripe*
lmao
emily has the flu lol
Yeah lol
Lol
how come you all speak other languages really well ;-;
Studying is a thing
spanish == Portuguese 🌚
Usually
I don't speak spanish that well, I just take it
Die
How dare the spanish assume the gender of a computer!!!
hehe
!!!
🌚
Yeah Chinese is very tall
lol
In all fairness i probably know more English than Portuguese at this point
alta
I tried studying my language till 8th grade, then dropped it
Emilyy no es alta
Your genders are consistent??
In french you just have to remember whether a word is masculine or feminine
faLse smh
99.9% yes
Wow
Wish I'd learned Spanish now
Wow
Nothing in French is consistent lmao
Woooow
Or portugese sorry
the insults i only know is liek
gordo
feo
perra
idk any other insults in spanish
lmao
Ugly is an insult? xD
Oh let me present you to "la concha de la lora"
Doesn't some latin america countries use "gonoreia" (forgive the spelling) as an insult?
Probably el
I mean leche is milk but yeah lol
Wildly depends on context
No idea what that is ngl
oh wait
it is
it was a guess
Pog i guessed it
the white liquid
la salsa blanca
😏
The disease, I guess it's spelled gonorreia?
Ah
I think chile is the one that uses it as an insult, like calling someone that
Yo veo la salsa blanca debajo la cama de mi papa.
I see the white sauce under my dad's bed
is that correct
I have no idea how it's spelled in Spanish xD
you dont need the yo
well yea
lmao what
thats optional cause subject
Yeah xD
Veo la salsa blanca debajo la cama de @obtuse gale
"You bloody gonorreia, die"
Yes!
xD
Let me see if i can find a video with it
To answer that it would be the Argentine equivalent to motherfucker
Concha de la lora / de tu madre
yes you can 🌝
the motherfucker!!
It's a std yeah
Lmao
Use protection!!
El condón es malo
It's more of an expression on its own rather than actually calling someone a motherfucker
El*
Oh Matt, I finally got the gradle stuff working with the Example From Sxtanna's repo... Still having issues with gradle not adding some modules to the module path for some reason
Oh
ic
Ayy nice
Are you setting them correctly in the settings.gradle?
@ocean quartz es muy feo!
I know
Ya i think so, IJ Isnt showing errors but when compilings its being weird
@ocean quartz es muy* feo
Learn your Spanish smh
Fuc
I wish i was gordo
How delgado are you
thats thin
right
also wtf there are 14 in spanish
and i only know 4
Around 10kg underweight
14? 14 what
spanish tenses
A
Well I wouldn't know, I just speak it xD
Like yeah I had to study all that shit too but I forgot everything and just speak properly ig
We have so many tenses in portuguese and like less than half are used
For spanish it says: Present, Imperfect, Preterite, Future, Conditional, Present Perfect, Pluperfect, Preterit Perfect, Future Perfect, Conditional Perfect, Present Subjunctive, Imperfect Subjunctive, Present Perfect Subjunctive, and Pluperfect Subjunctive.
how many of those do you recognize
Emilyy
or Matt
"Pluperfect"
Lol
I don't know spanish, but all of those are basically the same in portuguese
Pretérito pluscuamperfecto 🌚
I have no idea
Like I said I forgot everything I studied xD but I just speak naturally
Why is english translating it to Pluperfect?
It literally should be perfect
Preterito perfeito do conjuntivo - Perfect preterite of the conjuntive
Y cremosa 😏 🤤
Creamy lol
Lol
What does "me gusta" mean?
was it really that hard yugi
Verified :+1:
Ah yes
Dick face
The "Le memes" era
Good times
😀
🙂
😃
That status lol
"'Tis better to cum in the sink, than to sink in the cum - Nobody ever"
whoa whoa
Lol
i didnt say that 😳
Yo tengo = I have
Oh
yo tengo me gusta
so thats why you use me, se,
Yo tengo la camisa negra
I have a black shirt
Me gusta desopacio
So old xD
fu
2006 god damn
Macarena?
I Would do anything to go back to 2006 😭
yeah i think it was that
Lady Gaga's? Lmao
Baila tu cuerpo con alegria macarena (probably butchered the spelling, just going by sound)
Dance your body with macarena happiness?
wait no
thats wrong
lol
i translated wrong
Dance your body with happiness, macarena
Yeah Macarena is a name lmao
lol
Pretty close pretty close, although you can also google them lmao
oh btw, should the default config value for the locale be Locale.ENGLISH or Locale.getDefault()?
Force English down their throat
Locale.ESPAGNOL
Gaby do you know any Italian?
I was thinking about learning Italian lately
Mi scusi 
tf is that discord server Matt
lmao
oh hey, Gaby, thinking about languages and stuff, you feel like picking up from where Blitz left off?
Server where they help out people learning languages
I hate to do translations
fair
I have commited a severe sin
a = 0;
puts input.downcase.split("").each_with_index.map { |x,i| ((!x.match(/^[[:alpha:]]$/)) ? ((a = a + 1) ? x: x): (i+a) % 2 == 0 ? x.upcase : x.downcase) }.join
that's what sorcery
when working with redis as cache for a DB, how does the setup looks like? client <-> redis <-> DB or it's more like client <-> redis, client <-> DB?
client <-> redis I assume
do you have to configure redis to query db in case the information was not there? how does it works?
Im not sure, maybe bm knows
Yo @jovial warren I'mma enclose things like setting names and values in single quotes so like
To get rid of this message, change online-mode to true in config.conf
👇
Para deshacerse de este mensaje, cambie 'online-mode' a 'true' en config.conf
just sayin' because it's not part of the original "format" and I believe it makes it clearer, or at least in other languages
what, translations for Krypton?
yes
bad
yeah I should probably remove the tabs
again, those are there so you can change them in custom formats
lol
omg fucking components these pieces of shit
I'm actually gonna stop using components in a minute
lol why
logging components is a pain in the ass
omg why didn't I think of that
lmao
let me grab the code I use
fun Component.toPlainText(): String = PlainComponentSerializer.plain().serialize(this)```
easy extension function to print components to debug
@jovial warren https://github.com/KyoriPowered/adventure/pull/140
yeah dw, I can use LegacyComponentSerializer since I use TCA
ah right
also, watch that become another one of the forgotten PRs
like my 2 Kotlin PRs that have been open for over a month and are really bugging me now
@boreal needle guess what I got for you now
a JAR with the translation system working
tried it with en_UW and it worked fine
and that size reminds me I really need to get the SJ stuff merged lol
@jovial warren all the words from this sentence are plural, right? Saving player, world and region data...
wdym by that?
I'm helping with the translation of Krypton
oh right

