Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Now gets the user's selected locale the first time Babel runs. If none is detected, defaults to EN
Version 1.0.0
Initial Creation and Upload
Initial Upload
Donations
No donations accepted
Babel provides methods through which mods can support multiple languages. It DOES NOT provide translations for mods itself; mods need to provide translation tables that match the user's preferred language.
Installation: Babel can be installed like any normal mod; download through Vortex or drag and drop into your plugins directory.
Removal: Babel does not have any additional steps to take before removing; it can be safely removed at any time.
Usage: Babel itself provides little to actually do, as it is intended to be a library for other mods. However, in order for those mods to provide output in your desired language, you must first select the language you prefer. use /babel in the game chat or console to open the configuration menu. In this menu, you can select one of the registered languages, as well as enable/disable precaching of translation files (see below).
Babel comes with English, Spanish, French, and Portuguese languages, but it is still up to the individual mod authors to support them (and/or any other languages that could be registered separately or bundled in the future).
Precaching: Babel will cache every translation it fetches for a mod; future requests for the same line by the same mod will be much faster as a result. However, you can also select to enable precaching, which will make Babel cache a mod's entire translation table when it is registered. This can GREATLY increase the game's initial loading time, depending on the user's computer/phone and the size of the translation table, so it is disabled by default.