Autorank
Autorank v4.5.1
Autorank v4.5.1
  • Home
  • 📖Introduction
    • What is Autorank?
  • ✏️Path Configuration
    • Understanding the Paths system
    • Building your own Paths
      • Requirements
      • Results
    • Paths for advanced users
    • Example Paths in Autorank 4.0
  • Configuration files
    • Overview of files
    • Settings file
    • Language file
  • Permissions & Commands
    • Permissions and commands
  • Other
    • Frequently Asked Questions
    • License
    • Placeholders
  • For developers
    • Developer API
Powered by GitBook
On this page

Was this helpful?

  1. Configuration files

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.

PreviousSettings fileNextPermissions and commands

Last updated 4 years ago

Was this helpful?