This is a documentation for Board Game Arena: play board games online !
「Translations」の版間の差分
ナビゲーションに移動
検索に移動
Sourisdudesert (トーク | 投稿記録) (Created page with " (todo)") |
Sourisdudesert (トーク | 投稿記録) 編集の要約なし |
||
1行目: | 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) |
2013年1月11日 (金) 16:47時点における版
- 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)