An open API service indexing awesome lists of open source software.

https://github.com/theel0ja/ispconfig-finnish

Better Finnish translation for ISPConfig
https://github.com/theel0ja/ispconfig-finnish

finnish finnish-translation ispconfig translation

Last synced: about 1 month ago
JSON representation

Better Finnish translation for ISPConfig

Awesome Lists containing this project

README

          

# ISPConfig Codes
There is my [ISPconfig](https://www.ispconfig.org/) codes and translations.

## How to install Translation
Open terminal in your server (or use SSH)

Then use these commands:
```sh
cd /usr/local/ispconfig/interface/lib/lang/
mv fi.lng fi.lng.bak
wget https://raw.githubusercontent.com/theel0ja/ispconfig/master/fi.lng
# If everything went good, remove fi.lng.bak with this command:
rm fi.lng.bak
```