From 2ad6eeb82ae6cb96a4b5a2a54df5675207fb3789 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 11 Oct 2019 11:40:54 +0200 Subject: [PATCH] Don't cherry-pick: - added missing project-related language bundles - please also create both local bundles, else this may trigger an exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../localization/project_de_DE.properties | 15 +++++++++++++++ .../localization/project_en_US.properties | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/java/org/mxchange/localization/project_de_DE.properties create mode 100644 src/java/org/mxchange/localization/project_en_US.properties diff --git a/src/java/org/mxchange/localization/project_de_DE.properties b/src/java/org/mxchange/localization/project_de_DE.properties new file mode 100644 index 00000000..3687426c --- /dev/null +++ b/src/java/org/mxchange/localization/project_de_DE.properties @@ -0,0 +1,15 @@ +# Copyright (C) 2019 Free Software Foundation +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/src/java/org/mxchange/localization/project_en_US.properties b/src/java/org/mxchange/localization/project_en_US.properties new file mode 100644 index 00000000..3687426c --- /dev/null +++ b/src/java/org/mxchange/localization/project_en_US.properties @@ -0,0 +1,15 @@ +# Copyright (C) 2019 Free Software Foundation +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + -- 2.39.5