Skip to content

Commit 23b5545

Browse files
fixing up i18n4go binaries
1 parent a530e77 commit 23b5545

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,14 @@ $> GOOS=darwin GOARCH=arm64 go build -o i18n4go_mac -ldflags "-s -w" i18n4go/i18
336336
```
337337

338338
[go-i18n](https://github.com/nicksnyder/go-i18n/) is what is actually doing the translations, but its using an old v1 version.
339+
There should be copies of the binary in `./bin` but if you need to rebuild this:
340+
Make sure you are on the v0.2.4 branch since that is the latest version that works as expected. We need to update this.
341+
```
342+
~/go/src/github.com/maximilien/i18n4go (v0.2.4_dev)
343+
$> GOOS=linux GOARCH=amd64 go build -o out/i18n4go ./i18n4go/i18n4go.go
344+
```
345+
346+
339347
[go-bindata](https://github.com/jteeuwen/go-bindata) takes the json files, and turns them into a go binary.
340348

341349
### Basic Patterns and Tips

bin/go-bindata_mac

2.59 MB
Binary file not shown.

bin/i18n4go

8.46 MB
Binary file not shown.

bin/i18n4go.exe

-126 KB
Binary file not shown.

0 commit comments

Comments
 (0)