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
- Host: GitHub
- URL: https://github.com/theel0ja/ispconfig-finnish
- Owner: theel0ja
- Created: 2014-07-09T18:45:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T09:33:57.000Z (over 7 years ago)
- Last Synced: 2025-03-30T06:51:16.981Z (7 months ago)
- Topics: finnish, finnish-translation, ispconfig, translation
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```