Jump to content
Froxlor Forum
  • 0

[solved] Custom Language


Ace

Question

Posted

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 ? :rolleyes:

 

 

Thanks !

Ace

4 answers to this question

Recommended Posts

Posted

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)

Posted

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 ? :rolleyes:

 

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

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...