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">
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<div class="ms-auto">
|
||||
<a class="btn btn-icon" target="_blank" href="{{ path('api.swagger_ui') }}" data-toggle="tooltip" title="Swagger API Docs">{{ icon('documentation', true) }}</a>
|
||||
<a class="btn btn-icon" target="_blank" href="{{ 'rest-api.html'|docu_link }}" data-toggle="tooltip" title="{{ 'help'|trans({}, 'about') }}">{{ icon('help', true) }}</a>
|
||||
<a class="btn btn-icon" target="_blank" href="{{ 'rest-api.html'|docu_link }}" data-toggle="tooltip" title="{{ 'help'|trans }}">{{ icon('help', true) }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user