translate - text in mod comments - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: translate - text in mod comments (/showthread.php?tid=972) |
translate - text in mod comments - rslemer - 03-25-2018 When user insert a comment, system add date and time I wish translate a term "on" para "em" when user setting to pt_br See image RE: translate - text in mod comments - joebordes - 03-25-2018 I think that is LBL_ON_DATE https://github.com/tsolucio/corebos/blob/master/modules/ModComments/language/pt_br.lang.php#L30 RE: translate - text in mod comments - rslemer - 03-25-2018 I revised all translation This label already there But not working, yet Can you upload a new file, please? RE: translate - text in mod comments - joebordes - 03-25-2018 I updated the file but it was working RE: translate - text in mod comments - rslemer - 03-26-2018 Yes working in contacts module, but not in helpdesk nodule ... RE: translate - text in mod comments - joebordes - 03-26-2018 fixed: https://github.com/tsolucio/corebos/commit/5c2101c0be0da12074565a145ada6acbf115cc11 thanks |