Difference between revisions of "User:Free Portal/Sandbox/ko"
< User:Free Portal | Sandbox
Jump to navigation
Jump to search
Free Portal (talk | contribs) |
Free Portal (talk | contribs) |
||
Line 10: | Line 10: | ||
== 작성 및 번역에 참여중인 문서 목록 == | == 작성 및 번역에 참여중인 문서 목록 == | ||
<div style="padding: 0.5em 0.5em 1.5em"> | <div style="padding: 0.5em 0.5em 1.5em"> | ||
* [[Korean_Translation_Guide/ko|Second Life 한글화 안내서 (한글)]] | * [[Korean_Translation_Guide/ko|Second Life 한글화 안내서 (한글)]] (완료) | ||
* [[Korean_Translation_Guide|Second Life 한글화 안내서 (영문)]] (영작 필요) | * [[Korean_Translation_Guide|Second Life 한글화 안내서 (영문)]] (영작 필요) | ||
* [[Korean_Style_Guide/ko|Second Life 한글화 지침서 (한글)]] (초안 진행중) | * [[Korean_Style_Guide/ko|Second Life 한글화 지침서 (한글)]] (초안 진행중) |
Revision as of 13:21, 8 March 2010
SandBox
현재 작성 및 번역중인 문서들과, 사용도 높은 간단한 사용자 정의 함수 모음집
작성 및 번역에 참여중인 문서 목록
- Second Life 한글화 안내서 (한글) (완료)
- Second Life 한글화 안내서 (영문) (영작 필요)
- Second Life 한글화 지침서 (한글) (초안 진행중)
- Second Life 한글화 지침서 (영문) (영작 필요)
- Compiling the viewer (Linux) (진행중)
searchReplace
문자열에서 단어를 치환 하여 반환하는 함수. <lsl>string searchReplace(string input, string old, string new) {
return llDumpList2String(llParseString2List(input, [old], []), new);
}</lsl>