summaryrefslogtreecommitdiff
path: root/src/main/resources/locales/en.txt
AgeCommit message (Collapse)Author
2025-02-23Allow internationalization of about.txtAdrien Hopkins
This works with custom locales (by placing the text in [config_dir]/about/[name].txt), but if such a file does not exist, it will default to the default locale (en)'s about text.
2025-02-23Allow default datafile to be disabledAdrien Hopkins
If this option is deselected, the default unit, prefix, dimension and metric exception data will not be loaded, and only custom data and the few units that are not provided by files will be available. The main rationale for this change is so that the data can be localized by custom unit files.
2025-02-23Localize all user-facing stringsAdrien Hopkins
2025-02-23Load locales from text filesAdrien Hopkins