gettext-go
:ab: GNU gettext for Go (Imported By Kubernetes)
파일 탐색기
최종 버전 다운로드 (.zip)- .gitignore
- main.go
- Makefile
- pkg.go
- utils.go
- utils_test.go
- hi.go
- hello.mo
- hello.po
- favicon.ico
- poems.txt
- hello.mo
- hello.po
- poems.txt
- hello.mo
- hello.po
- poems.txt
- hello.go
- locale.zip
- Makefile
- doc.go
- encoder.go
- encoder_test.go
- file.go
- file_test.go
- header.go
- header_test.go
- message.go
- util.go
- util_test.go
- doc.go
- formula.go
- formula_test.go
- table.go
- comment.go
- comment_test.go
- doc.go
- file.go
- file_test.go
- header.go
- header_test.go
- line_reader.go
- message.go
- message_test.go
- poedit_test.go
- re.go
- util.go
- util_test.go
- gettext-3-1.mo
- gettext-3-1.po
- gettext-3-2.mo
- gettext-3-2.po
- gettext-4.mo
- gettext-4.po
- gettext-5.mo
- gettext-5.po
- gettext-6-1.mo
- gettext-6-1.po
- gettext-6-2.mo
- gettext-6-2.po
- gettext-7.mo
- gettext-7.po
- gettextpo-1.de.mo
- gettextpo-1.de.po
- Makefile
- mm-ko-comp.euc-kr.mo
- mm-ko-comp.euc-kr.po
- mm-ko.euc-kr.mo
- mm-ko.euc-kr.po
- mm-viet.comp.mo
- mm-viet.comp.po
- poedit-1.5.7-zh_CN.mo
- poedit-1.5.7-zh_CN.po
- qttest2_de.mo
- qttest2_de.po
- qttest_pl.mo
- qttest_pl.po
- README.txt
- test.mo
- test.po
- xg-c-1.ok.po
- .travis.yml
- doc.go
- example_test.go
- fs.go
- fs_json.go
- fs_os.go
- fs_test.go
- fs_zip.go
- gettext.go
- gettext_test.go
- go.mod
- hello.go
- LICENSE
- locale.go
- locale_test.go
- README.md
- testdata_test.go
- testing_test.go
- tr.go
- tr_test.go
- util.go
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/chai2010/gettext-go
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd gettext-go
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Go
보통 추천go build ./...
Go 프로그램을 컴파일해 실행 파일을 만듭니다.
go run .
따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.
빌드가 에러 없이 끝나면 성공입니다. go run . 을 썼다면 터미널 출력을 확인하세요.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
cd cmd/xgettext-go
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
