basic/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f24cf13f0eaa3fb2f5e159d83eaf4c705b4388a8 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Wed Sep 11 06:47:01 2024 +0200 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Wed Sep 11 17:01:09 2024 +0200 Related: tdf#158092 add a comment to avoid symbols localization The localizable string is to allow different position/precision of the components; but the localization of the symbols themselves (decimal and thousand separator, currency) happens in code. This comment is shown in Weblate UI. Change-Id: Ib2f62fc8edf12ad3b182b40e3a8981c43b7ed67f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173104 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/basic/inc/strings.hrc b/basic/inc/strings.hrc index 53a8da5c40fd..bd882de06c42 100644 --- a/basic/inc/strings.hrc +++ b/basic/inc/strings.hrc @@ -27,7 +27,7 @@ #define STR_BASICKEY_FORMAT_FALSE NC_("STR_BASICKEY_FORMAT_FALSE", "False") #define STR_BASICKEY_FORMAT_YES NC_("STR_BASICKEY_FORMAT_YES", "Yes") #define STR_BASICKEY_FORMAT_NO NC_("STR_BASICKEY_FORMAT_NO", "No") -//format currency +//format currency: do not localize decimal separators and currency symbol - that is done in code #define STR_BASICKEY_FORMAT_CURRENCY NC_("STR_BASICKEY_FORMAT_CURRENCY", "@0.00 $;@(0.00 $)") #define IDS_SBERR_TERMINATED NC_("IDS_SBERR_TERMINATED", "The macro running has been interrupted")