mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Add hungarian language
This commit is contained in:
parent
dd6b8d1423
commit
ff66a9fc22
@ -53,8 +53,10 @@ class TranslationsExport extends Command
|
||||
'fr_CA',
|
||||
'he',
|
||||
'hr',
|
||||
'hu',
|
||||
'it',
|
||||
'ja',
|
||||
'km_KH',
|
||||
'lt',
|
||||
'lv_LV',
|
||||
'mk_MK',
|
||||
@ -131,10 +133,11 @@ class TranslationsExport extends Command
|
||||
Storage::disk('local')->makeDirectory('lang');
|
||||
|
||||
foreach ($this->langs as $lang) {
|
||||
nlog($lang);
|
||||
Storage::disk('local')->makeDirectory("lang/{$lang}");
|
||||
|
||||
$translations = Lang::getLoader()->load($lang, 'texts');
|
||||
|
||||
nlog($translations);
|
||||
Storage::disk('local')->put("lang/{$lang}/{$lang}.json", json_encode(Arr::dot($translations), JSON_UNESCAPED_UNICODE));
|
||||
}
|
||||
}
|
||||
|
5088
lang/hu/texts.php
5088
lang/hu/texts.php
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user