Language file

To adjust the messages that Autorank shows people, you can use the lang.yml file. Each line of the file is a string you can translate. Take for example this string:

broken-blocks-requirement: Break at least {0}

You only have to change the text after the semicolon (:). The {0}, {1} and {2} are used to replace it with other strings that are dependent on the context. In the example above, it is the number of blocks that is broken. You will have to guess what this is based on the sentence.

Last updated