This is a documentation for Board Game Arena: play board games online !
Translations: Difference between revisions
Jump to navigation
Jump to search
(Created page with " (todo)") |
No edit summary |
||
Line 1: | Line 1: | ||
( | ; 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 16: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)