--- title: Providing translations tags: project-fluent --- # Providing translations Before you begin adding translations, first you need to check if the mod actually supports translations and whether those translations are i18n or Fluent based. The simplest way to check whether a mod allows translations is to open its mod folder, and see if it contains an `i18n` folder. If the mod does have such a folder -- great! Now we have to check what kind of translations the mod uses. You can do this by opening the `i18n` folder, and checking what kind of files are there: * If there are `.json` files, the mod uses i18n translations. * If there are `.ftl` files, the mod uses Fluent translations.