diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-02-23 20:38:54 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-02-23 20:38:54 -0500 |
commit | 9f85e0c201f64b5de646c4d66323424bcb3a279d (patch) | |
tree | 92609c64a7c96fcdd0f20b63bca9c6effe8dd97d /src/main/resources/about/en.txt | |
parent | a9485b187844cad900bc43c0651406c51a7295c1 (diff) | |
parent | 9c358d708ba4988648d7b19ccb842f076ec4c354 (diff) |
Merge branch 'i18n' into develop
This merge adds the internationalization features, the final required
feature for 7Units version 1.0.0.
Diffstat (limited to 'src/main/resources/about/en.txt')
-rw-r--r-- | src/main/resources/about/en.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/main/resources/about/en.txt b/src/main/resources/about/en.txt new file mode 100644 index 0000000..068f922 --- /dev/null +++ b/src/main/resources/about/en.txt @@ -0,0 +1,25 @@ +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-2025 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. |