fix: add remaining missing strings

This commit is contained in:
2022-04-04 13:06:01 +01:00
parent e8cdc7c710
commit 7fa1e1e11c
15 changed files with 61 additions and 93 deletions

View File

@@ -40,7 +40,7 @@ return [
* Add here any custom defined functions.
* NOTE: The translation string should always be the first argument.
*/
'functions' => ['__', 'trans', '@lang']
'functions' => ['__', 'trans_choice', 'trans', '@lang']
],
/**