As you may have noticed already, I am rather fond of vintage file formats and applications. As my CV is a groff file (i.e. .roff), I was curious whether Kagi Translate could handle it properly. I am quite happy to report that it does.
However, it seems that Kagi Translate removes indentation from code blocks. Example:
\# Turn off filling so code is rendered accurately.
.nf
class Foo
def initialize(str)
@str = str
end
end
When translated to German:
\# Füllmodus ausschalten, damit der Code korrekt dargestellt wird.
.nf
class Foo
def initialize(str)
@str = str
end
end
I wish it wouldn't do that.