Translations:Custom translation/14/ko
From LimeSurvey Manual
- 소스 메시지 생성
INSERT INTO lime_source_message (id, category, message) VALUES (NULL, NULL, 'Submit');
- ID를 확인합니다(1번째이면 ID는 1입니다). 다음 명령어에 사용합니다
- 관련 번역 생성 :
INSERT INTO lime_message (id, language, translation) VALUES ('1', 'en', 'Validate'), ('1', 'fr', 'Valider');