Hello, I have translated the entire platform Oxwall to Catalan language. But to put the code ISO-639-CA or cat and not I get the flag. How should I do?
Thank you!
Hello, I have translated the entire platform Oxwall to Catalan language. But to put the code ISO-639-CA or cat and not I get the flag. How should I do?
Thank you!
1. Create catalan language, I gave it the code ct-CT
2. Create catalan flag icon (16x16, png)
3. Upload flag icon to [web root directory]/ow_static/plugins/base/css/images/flags as CT.png
4. Edit the file [web root directory]/ow_static/plugins/base/css/ow.css adding the following lines (lines added are in bold):
[...]
.ow_console_lang_co {
background: url(images/flags/CO.png) no-repeat 0px 3px;
}
.ow_console_lang_ct {
background: url(images/flags/CT.png) no-repeat 0px 3px;
}
.ow_console_lang_cr {
[...]
Probably it will be overwritten with an oxwall update. Could any of the developers add it ti the code base?
.ow_console_lang_co {
background: url(images/flags/CO.png) no-repeat 0px 3px;
}
.ow_console_lang_ct {
background: url(images/flags/CT.png) no-repeat 0px 3px;
}
.ow_console_lang_cr {