From 8ddf5a0ef480f885ebd717a791e062bf5d607fc7 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 28 Feb 2021 11:41:57 +0100 Subject: [PATCH] [AB-149] adding templates for reset config command --- .../resetConfig/help/resetConfig_description_en_US.ftl | 1 + .../commands/resetConfig/help/resetConfig_long_help_en_US.ftl | 3 +++ .../resetConfig/help/resetConfig_parameter_key_en_US.ftl | 1 + 3 files changed, 5 insertions(+) create mode 100644 translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_description_en_US.ftl create mode 100644 translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_long_help_en_US.ftl create mode 100644 translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_parameter_key_en_US.ftl diff --git a/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_description_en_US.ftl b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_description_en_US.ftl new file mode 100644 index 00000000..6999238a --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_description_en_US.ftl @@ -0,0 +1 @@ +Resets config keys/features/servers to their default configuration \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_long_help_en_US.ftl b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_long_help_en_US.ftl new file mode 100644 index 00000000..0a606d6b --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_long_help_en_US.ftl @@ -0,0 +1,3 @@ +This command can be used to reset an individual config key, feature or complete server to its default configuration. +This can be controlled via the `key` parameter. If there exists such a config key, it will be reset. If there exists such a feature with the key, +it will be reset. Only if the key parameter is empty, the server configuration is reset. \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_parameter_key_en_US.ftl b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_parameter_key_en_US.ftl new file mode 100644 index 00000000..579a4b47 --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_parameter_key_en_US.ftl @@ -0,0 +1 @@ +The config key or feature to set the configuration to the default values for. \ No newline at end of file