diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-02-23 19:20:30 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-02-23 20:36:03 -0500 |
commit | 4436b29053a0b757562ecc1d0a78e22902e6e5ae (patch) | |
tree | 7d2435198bc3108f00b6f820bc2e51c1597f51b2 /src/main/resources/locales/en.txt | |
parent | 1007169658004c78c408f8bd1f4efbbeb6448323 (diff) |
Allow default datafile to be disabled
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.
Diffstat (limited to 'src/main/resources/locales/en.txt')
-rw-r--r-- | src/main/resources/locales/en.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/locales/en.txt b/src/main/resources/locales/en.txt index 19ed781..5173cf3 100644 --- a/src/main/resources/locales/en.txt +++ b/src/main/resources/locales/en.txt @@ -25,5 +25,6 @@ tv.settings.search.common_prefixes=Include Common Prefixes tv.settings.search.all_prefixes=Include All Single Prefixes tv.settings.oneway=Convert One Way Only tv.settings.show_duplicate=Show Duplicate Units & Prefixes +tv.settings.use_default_files=Use Default Datafiles tv.settings.locale=🌐 Locale: tv.settings.unitfiles.button=Manage Unit Data Files |