dokato

Results 32 comments of dokato

EDIT: oh sorry, I misread your message, you meant for Automatic Translation. Indeed this is not something that we tested thoroughly yet. If could post some minimal example with the...

Thank you @Hamidburg for reporting that. That's definitely a bug, we will have to investigate, hopefully, will come back with some solution soon.

Good point @motin. I'll definitely take a look at that. (but of course contributions are welcome ;) )

Indeed, after reading this: ``` en,de "One \\& Two","Eins \\& Zwei" ``` You get: ```r > i18n$get_translations() de One \\\\& Two Eins \\\\& Zwei ``` That's something to do with...

So I think that you need to keep double backslash only in R strings, otherwise it interprets by default it as a beginning of special character, e.g. ```r > cat("\ta")...

hey @alopezo! To enable dynamic translations, we decided to wrap the text with a span that has a class that contains information about the current language. For this specific scenario,...

I'm on Mac M1 and used to have much more problems with pyqt in the past. Recently, I succeeded with creating a conda environment like this: ``` conda install -c...

thanks for the nudge @jefferis , I started tinkering something with `units`, there's one serious problem though: https://github.com/r-quantities/units/issues/314

Doesn't `as.character(bit64::as.integer64((x)))` solve the problem?

Re: 1, I actually tried with omitting the step that installs CMTK, but then the check on windows failed: https://github.com/dokato/nat/runs/3030019476?check_suite_focus=true#step:9:713 Is there some flag/option that one needs to set before...