Skip to content

Commit 1ece291

Browse files
V1.0.1
Spanish language support added across the website, installer, and application.
1 parent 2b99563 commit 1ece291

File tree

3 files changed

+591
-0
lines changed

3 files changed

+591
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/assets/img/brand
2+
másolata.env
3+
/assets/img/trainers
4+
/assets/img/logincard
5+
/assets/docs/invoices
6+
/assets/img/profiles
7+
admin/shop/gateway/PAYPALCHECK.php
8+
admin/boss/rule/rule.html

admin/boss/mainsettings/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ function handleFileUpload($fileInputName, $targetFileName, $uploadDir)
401401
<label for="lang_code"><?php echo $translations["lang"] ?>:</label>
402402
<select class="form-control" id="lang_code" name="lang_code">
403403
<option value="HU" <?= ($env_data['LANG_CODE'] ?? '') == 'HU' ? 'selected' : '' ?>><?php echo $translations["HU"]; ?></option>
404+
<option value="ES" <?= ($env_data['LANG_CODE'] ?? '') == 'ES' ? 'selected' : '' ?>><?php echo $translations["ES"]; ?></option>
404405
<option value="GB" <?= ($env_data['LANG_CODE'] ?? '') == 'GB' ? 'selected' : '' ?>><?php echo $translations["GB"]; ?></option>
405406
<option value="DE" <?= ($env_data['LANG_CODE'] ?? '') == 'DE' ? 'selected' : '' ?>><?php echo $translations["DE"]; ?></option>
406407

0 commit comments

Comments
 (0)