Add non-custom currencies per group

This commit is contained in:
Steven Sengchanh
2025-04-19 00:54:15 +02:00
parent a11efc79c1
commit af4bfe3780
26 changed files with 4648 additions and 62 deletions

View File

@@ -94,6 +94,11 @@
"placeholder": "$, €, £…",
"description": "Well use it to display amounts."
},
"CurrencyCodeField": {
"label": "Main currency",
"description": "All amounts and balances will be in this currency. Changing this will NOT convert expenses already entered.",
"customOption": "Custom"
},
"Participants": {
"title": "Participants",
"description": "Enter the name for each participant.",
@@ -396,5 +401,18 @@
"TV/Phone/Internet": "TV/Phone/Internet",
"Water": "Water"
}
},
"Currencies": {
"search": "Search currency...",
"noCurrency": "No currencies found.",
"custom": {
"heading": "Custom"
},
"common": {
"heading": "Most common"
},
"other": {
"heading": "Other currencies"
}
}
}