search string boolen translations..

This commit is contained in:
Cüneyt Şentürk
2021-01-11 17:42:49 +03:00
parent d9047f2d45
commit 738031a853
2 changed files with 9 additions and 3 deletions

View File

@ -251,7 +251,13 @@ return [
'enabled' => ['boolean' => true],
'precision',
'symbol',
'symbol_first' => ['boolean' => true],
'symbol_first' => [
'boolean' => true,
'translations' => [
0 => 'currencies.symbol.after',
1 => 'currencies.symbol.before',
]
],
'decimal_mark',
'thousands_separator',
],