For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ignore sentences in translations

It's also quite easy to ignore whole phrases in your sentences by using `Your sentence`, as in the following examples:

Hi! You'll never guess what he said to me... Word for word: 'You're the best.'

I've got a big problem with my code. Can you help me?

#include <iostream>

int main() {
    std::cout << "Hello, World!" << std::endl;
    return 0;
}

Last updated