diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2024-09-11 06:47:01 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-09-11 17:01:09 +0200 |
commit | f24cf13f0eaa3fb2f5e159d83eaf4c705b4388a8 (patch) | |
tree | fed98ea56a5d4b285e423becb1444d26fa4b8079 /basic/inc/strings.hrc | |
parent | c95229bf8e3bd643b8529046f0754e2de4c6625b (diff) |
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.kaganski@collabora.com>
Diffstat (limited to 'basic/inc/strings.hrc')
-rw-r--r-- | basic/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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") |