Jo Vandeginste

Results 145 comments of Jo Vandeginste

Yes, I was unaware too :-)

@jonaswinkler Are you planning to show the possible languages into the currently selected language? One issue I have with that, is that if I accidentally pick the wrong language (eg....

That was the reason for the question, indeed 😁

So ... I just noticed the translation on my installation _today_, because my desktop is not broadcasting my native language (but my laptop is). There is no place where I...

Re. django-q: understood; I think that's a good goal, since it kinda breaks the flow... Re. translations: "elke" in Dutch means "each" in English. According to Google Translate, translation of...

Yes, that is what I understand "any" to mean. I updated the Dutch translation.

I too used "processing" in Dutch ("verwerken" etc). I see there are a number of new strings to translate with "consume", probably the reason you brought this up...

As an aside, I had a tough moment trying to figure out what was meant with "Dismiss completed"... I was trying to figure out what the "dismiss operation" was.

Can you not upload a po file from the repository?

@mxschmitt I can't reproduce the failing test: ```bash $ go test -v ./... === RUN TestInitShortener [...] --- PASS: TestCheckforPrivateKey (0.00s) PASS ok github.com/mxschmitt/golang-url-shortener/internal/util (cached) $ echo $? 0 ```