diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-02-23 20:23:47 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-02-23 20:36:03 -0500 |
commit | 9c358d708ba4988648d7b19ccb842f076ec4c354 (patch) | |
tree | 92609c64a7c96fcdd0f20b63bca9c6effe8dd97d /src/main/resources/locales/en.txt | |
parent | 4436b29053a0b757562ecc1d0a78e22902e6e5ae (diff) |
Allow internationalization of about.txt
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.
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 5173cf3..666e363 100644 --- a/src/main/resources/locales/en.txt +++ b/src/main/resources/locales/en.txt @@ -28,3 +28,4 @@ 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 +load_stat_msg=Successfully loaded [u] unique units with [un] names ([b] base units), [p] unique prefixes with [pn] names, [s] unit sets, and [d] named dimensions. |