mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Use translated country names for company on PDF
This commit is contained in:
parent
e9b21af5b0
commit
0c1ed84080
@ -460,7 +460,7 @@ class HtmlEngine
|
|||||||
$country = Country::find($this->settings->country_id);
|
$country = Country::find($this->settings->country_id);
|
||||||
|
|
||||||
if ($country) {
|
if ($country) {
|
||||||
return $country->name;
|
return ctrans('texts.country_' . $country->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ' ';
|
return ' ';
|
||||||
|
Loading…
Reference in New Issue
Block a user