forked from rails/rails
-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Lucius Choi edited this page Jul 2, 2023
·
2 revisions
Welcome to the rails-guides wiki!
관리자는 rails/rails 저장소에 major commit가 있을 때마다 각버전별로 upstream에서 fetch merge 하여 원본의 내용물이 최신 버전으로 업데이트 되도록 한다.
- git clone
- bundle install --without job cable storage ujs test db
- cd guides/source/ 폴더에 있는 모든 폴더와 파일들을 ko 폴더를 생성한 후 복사한다 -> guides/source/ko 폴더내의 마크다운 파일들을 번역한다.
Rendering to HTML documents
- cd guides
- rake -T
- bundle exec rake guides:generate:html GUIDES_LANGUAGE=ko
->
../output
폴더가 생성된 후 번역된 문서가 html 파일로 렌더링됨.