This is a documentation for Board Game Arena: play board games online !

Translations: Difference between revisions

From Board Game Arena
Jump to navigation Jump to search
(Created page with " (todo)")
 
No edit summary
Line 1: Line 1:


(todo)
; function _( $text )
: Transparent function, used to mark strings to be translated on the server side (ex: error message)
; function clienttranslate( $string )
: Transparent function: used to mark string to be translated on client side (ex: notification message)

Revision as of 17:47, 11 January 2013

function _( $text )
Transparent function, used to mark strings to be translated on the server side (ex: error message)
function clienttranslate( $string )
Transparent function: used to mark string to be translated on client side (ex: notification message)