Merge branch 'group-currency-code' of github.com:whimcomp/spliit into whimcomp-group-currency-code

This commit is contained in:
Peter Smit
2025-09-05 10:46:04 +02:00
30 changed files with 4701 additions and 251 deletions

View File

@@ -96,6 +96,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.",
@@ -399,5 +404,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"
}
}
}