Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-23 | Allow internationalization of about.txt | Adrien 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-23 | Allow default datafile to be disabled | Adrien 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-23 | Complete French locale translation | Adrien Hopkins | |
2025-02-23 | Localize all user-facing strings | Adrien Hopkins | |
2025-02-23 | Load locales from text files | Adrien Hopkins | |