summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorHaben Amare <haben.amare@outlook.com>2020-05-25 14:59:32 +0000
committerHaben Amare <haben.amare@outlook.com>2020-05-25 22:02:51 +0000
commit3cf6ed916f4fd4c8e6e826ed4af1c2dd4c965110 (patch)
tree11b18e394d6cde20fbe8c69584ac0c87118a7940 /i18n
parent351d9d0c9577c9d543d543bc12a51388b0141324 (diff)
downloadwekan-3cf6ed916f4fd4c8e6e826ed4af1c2dd4c965110.tar.gz
wekan-3cf6ed916f4fd4c8e6e826ed4af1c2dd4c965110.tar.bz2
wekan-3cf6ed916f4fd4c8e6e826ed4af1c2dd4c965110.zip
add the 'currency' custom field type
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en-GB.i18n.json2
-rw-r--r--i18n/en.i18n.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en-GB.i18n.json b/i18n/en-GB.i18n.json
index 9049f7bf..57e8ad78 100644
--- a/i18n/en-GB.i18n.json
+++ b/i18n/en-GB.i18n.json
@@ -256,6 +256,8 @@
"current": "current",
"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-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 991ea7c1..ffc6e77c 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -256,6 +256,8 @@
"current": "current",
"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-date": "Date",
"custom-field-dropdown": "Dropdown List",
"custom-field-dropdown-none": "(none)",