Add placeholder to en_US files.

This commit is contained in:
James Cole
2023-01-14 15:32:51 +01:00
parent db0500dcf0
commit 65027d7832
15 changed files with 101 additions and 0 deletions

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -53,6 +55,9 @@ return [
'deposit_list' => 'Revenue, income and deposits',
'transfer_list' => 'Transfers',
'transfers_list' => 'Transfers',
// Ignore this comment
'reconciliation_list' => 'Reconciliations',
'create_withdrawal' => 'Create new withdrawal',
'create_deposit' => 'Create new deposit',