All of FanControl's string resources for translation.
For a given language, say french, each json file needs a ".fr.json" version, with the exact same keys in the json file as the default ".json". Any missing key will result this specific string to use the default (english) string. Try and keep the relative size of the string close to the original, to avoid layout issues.
IETF BCP 47 is used as default for Windows locale names, like suggested here.
The most common language codes can be found here.
Translations will be pulled into the main software periodically.
The formatting script will run on every PR. To run the script locally before committing:
./format-json.ps1 -Fix