mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 11:54:33 -04:00
Fixes for translations
This commit is contained in:
parent
0c4f63b337
commit
c1bff76048
@ -75,7 +75,7 @@ class MobileLocalization extends Command
|
||||
|
||||
private function flutterResources()
|
||||
{
|
||||
$languages = cache('languages');
|
||||
$languages = app('languages');
|
||||
$resources = $this->getResources();
|
||||
|
||||
foreach ($languages as $language) {
|
||||
|
@ -76,6 +76,7 @@ class TranslationsExport extends Command
|
||||
'sv',
|
||||
'th',
|
||||
'tr_TR',
|
||||
'vi',
|
||||
'zh_TW',
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user