March 17, 201015 yr 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
March 17, 201015 yr 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
March 2, 201114 yr 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)
Archived
This topic is now archived and is closed to further replies.