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/fr.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/fr.txt')
-rw-r--r-- | src/main/resources/locales/fr.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/locales/fr.txt b/src/main/resources/locales/fr.txt index d25e2b0..e8b7138 100644 --- a/src/main/resources/locales/fr.txt +++ b/src/main/resources/locales/fr.txt @@ -25,5 +25,6 @@ tv.settings.search.common_prefixes=Inclure préfixes fréquents tv.settings.search.all_prefixes=Inclure tous préfixes seuls tv.settings.oneway=Convertir Seulement en un Direction tv.settings.show_duplicate=Montrer unités et préfixes doubles +tv.settings.use_default_files=Utilise donées par défaut tv.settings.locale=🌐 Locale: tv.settings.unitfiles.button=Gérer donées d’unités |