mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 00:44:35 -04:00
Add translations for stock quantity
This commit is contained in:
parent
69cc7a5338
commit
3f35d628d9
@ -5176,6 +5176,7 @@ $LANG = array(
|
|||||||
'email_delivered' => 'Email Delivered',
|
'email_delivered' => 'Email Delivered',
|
||||||
'log' => 'Log',
|
'log' => 'Log',
|
||||||
'classification' => 'Classification',
|
'classification' => 'Classification',
|
||||||
|
'stock_quantity' => 'Stock :quantity',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $LANG;
|
return $LANG;
|
||||||
|
@ -40,6 +40,8 @@ class GeneratesCounterTest extends TestCase
|
|||||||
use MakesHash;
|
use MakesHash;
|
||||||
use MockAccountData;
|
use MockAccountData;
|
||||||
|
|
||||||
|
public $faker;
|
||||||
|
|
||||||
protected function setUp() :void
|
protected function setUp() :void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user