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)