summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorHaben Amare <haben.amare@outlook.com>2020-05-25 22:05:06 +0000
committerHaben Amare <haben.amare@outlook.com>2020-05-25 22:05:06 +0000
commit8732e4b18f65e88947f3d334fc0bcc42a809c76e (patch)
tree77855ff4ba613b71e3b9e890332e12f384be01ec /i18n
parentd26786a62821e50926e71ea57f7b330cd3ed2964 (diff)
downloadwekan-8732e4b18f65e88947f3d334fc0bcc42a809c76e.tar.gz
wekan-8732e4b18f65e88947f3d334fc0bcc42a809c76e.tar.bz2
wekan-8732e4b18f65e88947f3d334fc0bcc42a809c76e.zip
use `Intl.NumberFormat` to format currency
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en-GB.i18n.json2
-rw-r--r--i18n/en.i18n.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/i18n/en-GB.i18n.json b/i18n/en-GB.i18n.json
index 57e8ad78..0795c509 100644
--- a/i18n/en-GB.i18n.json
+++ b/i18n/en-GB.i18n.json
@@ -257,7 +257,7 @@
"custom-field-delete-pop": "There is no undo. This will remove this custom field from all cards and destroy its history.",
"custom-field-checkbox": "Checkbox",
"custom-field-currency": "Currency",
- "custom-field-currency-option": "Currency Symbol",
+ "custom-field-currency-option": "Currency Code",
"custom-field-date": "Date",
"custom-field-dropdown": "Dropdown List",
"custom-field-dropdown-none": "(none)",
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index ffc6e77c..96862e47 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -257,7 +257,7 @@
"custom-field-delete-pop": "There is no undo. This will remove this custom field from all cards and destroy its history.",
"custom-field-checkbox": "Checkbox",
"custom-field-currency": "Currency",
- "custom-field-currency-option": "Currency Symbol",
+ "custom-field-currency-option": "Currency Code",
"custom-field-date": "Date",
"custom-field-dropdown": "Dropdown List",
"custom-field-dropdown-none": "(none)",