Skip to content

Commit

Permalink
Merge pull request #11 from gaincoder/master
Browse files Browse the repository at this point in the history
Download Link for V4
  • Loading branch information
dignajar authored Mar 9, 2022
2 parents 4ae5baf + b9d22b0 commit b896bc1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions html/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
<i class="fa fa-download" aria-hidden="true"></i> <?php l("download-for-bludit-v3"); ?>
</a>
<?php } ?>
<?php if(!empty($_item['download_url_v4'])){ ?>
<a href="<?php echo $_item['download_url_v4']; ?>" class="btn btn-primary" target="_blank" role="button">
<i class="fa fa-download" aria-hidden="true"></i> <?php l("download-for-bludit-v4"); ?>
</a>
<?php } ?>
<?php } ?>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

"download-for-bludit-v2": "Download für Bludit v2.x",
"download-for-bludit-v3": "Download für Bludit v3.x",
"download-for-bludit-v4": "Download für Bludit v4.x",
"support": "Support",
"for-more-information-or-extra": "Weitere Informationen oder zusätzliche Konfigurationen finden Sie auf der Website des Entwicklers.",
"this-plugin-has-not-yet-been-translated-into": "Dieses Plugin ist noch nicht nach Deutschland übersetzt worden. Helfen Sie uns, es zu übersetzen."
Expand Down
1 change: 1 addition & 0 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

"download-for-bludit-v2": "Download for Bludit v2.x",
"download-for-bludit-v3": "Download for Bludit v3.x",
"download-for-bludit-v4": "Download for Bludit v4.x",
"support": "Support",
"for-more-information-or-extra": "For more information or extra configurations, visit the developer's site.",
"this-plugin-has-not-yet-been-translated-into": "This plugin has not yet been translated into English. Help us to translate it."
Expand Down
1 change: 1 addition & 0 deletions languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

"download-for-bludit-v2": "Descargar para Bludit v2.x",
"download-for-bludit-v3": "Descargar para Bludit v3.x",
"download-for-bludit-v4": "Descargar para Bludit v4.x",
"support": "Soporte",
"for-more-information-or-extra": "Más información o configuraciones adicionales, visite el sitio del desarrollador.",
"this-plugin-has-not-yet-been-translated-into": "Este plugin aún no ha sido traducido al Español. Ayúdanos a traducirlo."
Expand Down
1 change: 1 addition & 0 deletions languages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

"download-for-bludit-v2": "Загрузить для Bludit версий 2.x",
"download-for-bludit-v3": "Загрузить для Bludit версий 3.x",
"download-for-bludit-v4": "Загрузить для Bludit версий 4.x",
"support": "Поддержка",
"for-more-information-or-extra": "Для получения дополнительной информации о плагине или для помощи в конфигурации плагина мы рекомендуем посетить сайт разработчика.",
"this-plugin-has-not-yet-been-translated-into": "Описание этого прагина ещё не переведено на русский язык. Помогите нам перевести его."
Expand Down

0 comments on commit b896bc1

Please sign in to comment.