summaryrefslogtreecommitdiff
path: root/src/main/resources/about.txt
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2025-02-23 20:23:47 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2025-02-23 20:36:03 -0500
commit9c358d708ba4988648d7b19ccb842f076ec4c354 (patch)
tree92609c64a7c96fcdd0f20b63bca9c6effe8dd97d /src/main/resources/about.txt
parent4436b29053a0b757562ecc1d0a78e22902e6e5ae (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/about.txt')
-rw-r--r--src/main/resources/about.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/main/resources/about.txt b/src/main/resources/about.txt
deleted file mode 100644
index 4c33f8c..0000000
--- a/src/main/resources/about.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-About 7Units Version [VERSION]
-
-7Units is a unit converter program with many features,
-inspired by GNU Units (https://www.gnu.org/software/units/).
-You can use it to simply convert units, but you can also
-use it like a calculator, computing and converting expressions
-like "10 m/s + (25^2 - 5^2) mi/hr".
-
-This software was written by Adrien Hopkins
-<adrien.p.hopkins@gmail.com>.
-
-Unit/Prefix/Dimension Statistics:
-
-[LOADSTATS]
-
-Copyright Notice:
-
-Unit Converter Copyright (C) 2018-2024 Adrien Hopkins
-This program comes with ABSOLUTELY NO WARRANTY;
-for details read the LICENSE file, section 15
-
-This is free software, and you are welcome to redistribute
-it under certain conditions; for details go to
-<https://www.gnu.org/licenses/quick-guide-gplv3.html>
-or read the LICENSE file.