merged and removed small translation files (#4572)
* merged about with messages * merged invoice-numbergenerator with messages
This commit is contained in:
@@ -19,21 +19,21 @@
|
||||
<div class="d-flex">
|
||||
<a href="{{ ''|docu_link }}" target="_blank" class="card-btn">
|
||||
<i class="me-2 text-body-secondary {{ 'help'|icon(false) }}"></i>
|
||||
{{ 'help'|trans({}, 'about') }}
|
||||
{{ 'help'|trans }}
|
||||
</a>
|
||||
<a href="{{ constant('App\\Constants::GITHUB') }}discussions" target="_blank" class="card-btn">
|
||||
<i class="me-2 text-body-secondary {{ 'fab fa-github'|icon(false) }}"></i>
|
||||
{{ 'support'|trans({}, 'about') }}
|
||||
{{ 'support'|trans }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<a href="{{ constant('App\\Constants::HOMEPAGE') }}" target="_blank" class="card-btn">
|
||||
<i class="me-2 text-body-secondary {{ 'home'|icon(false) }}"></i>
|
||||
{{ 'website'|trans({}, 'about') }}
|
||||
{{ 'homepage'|trans }}
|
||||
</a>
|
||||
<a href="{{ constant('App\\Constants::HOMEPAGE') }}/donate/" target="_blank" class="card-btn">
|
||||
<i class="me-2 text-body-secondary {{ 'fas fa-hand-holding-heart'|icon(false) }}"></i>
|
||||
{{ 'donate'|trans({}, 'about') }}
|
||||
{{ 'donate'|trans }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
|
||||
Reference in New Issue
Block a user