We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 425521a + 5eb18f4 commit 930255eCopy full SHA for 930255e
lang/nl/invoice.php
@@ -3,7 +3,7 @@
3
return [
4
/*
5
|--------------------------------------------------------------------------
6
- | Norwegian Invoice Language Lines
+ | Dutch Invoice Language Lines
7
| Factuur Taal Lijnen
8
9
*/
src/InvoiceServiceProvider.php
@@ -28,7 +28,7 @@ public function boot()
28
protected function registerResources()
29
{
30
$this->loadViewsFrom(__DIR__ . '/../resources/views', 'invoices');
31
- $this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'invoices');
+ $this->loadTranslationsFrom(__DIR__ . '/../lang', 'invoices');
32
}
33
34
/**
0 commit comments