From 7a31897f8ecfc1310021f58622313cd6b1b03058 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Mon, 15 Aug 2022 16:39:52 -0300 Subject: [PATCH] docs: add manual newlines --- .../i18n/emqx_license_schema_i18n.conf | 28 ++++++++----------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/lib-ee/emqx_license/i18n/emqx_license_schema_i18n.conf b/lib-ee/emqx_license/i18n/emqx_license_schema_i18n.conf index 86d25fce9..edf6ba89a 100644 --- a/lib-ee/emqx_license/i18n/emqx_license_schema_i18n.conf +++ b/lib-ee/emqx_license/i18n/emqx_license_schema_i18n.conf @@ -1,22 +1,18 @@ emqx_license_schema { license_root { desc { - en: """ - EMQX Enterprise license. - A license is either a `key` or a `file`. - When `key` and `file` are both configured, `key` is used. - - EMQX comes with a default trial license. For production use, please - visit https://www.emqx.com/apply-licenses/emqx to apply. - """ - zh: """ - EMQX企业许可证。 - 许可证是一个 `key` 或一个 `file`。 - 当 `key` 和 `file` 同时被配置时,优先使用 `key`。 - - EMQX 自带一个默认的试用许可证,若需要在生产环境部署, - 请访问 https://www.emqx.com/apply-licenses/emqx 来申请。 - """ + en: "Defines the EMQX Enterprise license. \n\n" + "A license is either a `key` or a `file`.\n" + "When `key` and `file` are both configured, `key` is used.\n" + "\n" + "EMQX comes with a default trial license. For production use, please \n" + "visit https://www.emqx.com/apply-licenses/emqx to apply." + zh: "EMQX企业许可证。\n" + "许可证是一个 `key` 或一个 `file`。\n" + "当 `key` 和 `file` 同时被配置时,优先使用 `key`。\n" + "\n" + "EMQX 自带一个默认的试用许可证,若需要在生产环境部署,\n" + "请访问 https://www.emqx.com/apply-licenses/emqx 来申请。\n" } label { en: "License"