mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add default currency option in user profile
This commit is contained in:
@@ -80,6 +80,14 @@ const parameterizedErrors = [
|
||||
field: 'parameter',
|
||||
localized: true
|
||||
}]
|
||||
},
|
||||
{
|
||||
localeKey: 'parameter invalid currency',
|
||||
regex: /^parameter "(\w+)" is invalid currency$/,
|
||||
parameters: [{
|
||||
field: 'parameter',
|
||||
localized: true
|
||||
}]
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user