Add new language

This commit is contained in:
Roman Pyrih
2023-09-04 14:15:43 +02:00
parent 078c88d008
commit 150838713d
4 changed files with 22 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
.vscode

17
.vscode/ftp-kr.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"host": "inwestprofil.pl",
"username": "ftp@inwestprofil.fr",
"password": "4wCFuWYSQlckbqGBT",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}

BIN
admin/css/lang-hr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -25,5 +25,10 @@
<img alt="Język: słowacki" src="/admin/css/lang-sk.png">
</a>
</li>
<li>
<a href="https://inwestprofil.hr/" title="Język: chorwacki">
<img alt="Język: chorwacki" src="/admin/css/lang-hr.png">
</a>
</li>
</ul>
</div>