Ace Posted March 17, 2010 Posted March 17, 2010 Hi, how can I make a custom Language file (I will just translate the english.lng) and add it so it will show up in the ?Profile Language? selection and also make that file the ?default? Froxlor! language ? Thanks ! Ace
Staffan Posted March 2, 2011 Posted March 2, 2011 Hello How do I send a new language file to FroxLor team? Staffan
d00p Posted March 2, 2011 Posted March 2, 2011 Either open a "feature"-request ticket on our bugtracker and attach the file or send it via e-mail to team@froxlor.org (first way is prefered)
d00p Posted March 17, 2010 Posted March 17, 2010 how can I make a custom Language file (I will just translate the english.lng) see froxlor/lng/ folder, just copy english.lng.php and name the file mylang.lng.php, then edit and add it so it will show up in the ?Profile Language? selection You have to tell our database that your new language is available. Run this query either in mysql-shell or phpMyAdmin etc.: INSERT INTO `panel_languages` SET `language` = 'MyLang', `file` = 'lng/mylang.lng.php'); and also make that file the ?default? Froxlor! language ? Log in as Admin, go to "Settings", the first setting on the top is "Language (What's your standard server language?)" and chose "MyLang" from the dropdown and hit "Save" d00p
Question
Ace
Hi,
how can I make a custom Language file (I will just translate the english.lng)
and add it so it will show up in the ?Profile Language? selection and also
make that file the ?default? Froxlor! language ?
Thanks !
Ace
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.