You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+21-21
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
i18n Tooling for the Go Language [](https://travis-ci.org/maximilien/i18n4go#)
1
+
i18n Tooling for the Go Language [](https://travis-ci.org/EverlongProject/i18n4go#)
2
2
==============================
3
3
4
-
[](https://gitter.im/maximilien/i18n4go?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://dwopen.slack.com/messages/i18n4go/)
4
+
[](https://gitter.im/EverlongProject/i18n4go?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://dwopen.slack.com/messages/i18n4go/)
5
5
6
6
This is a general purpose internationalization (i18n) tooling for Go language (Golang) programs. It allows you to prepare Go language code for internationalization and localization (l10n). You can also use it to help maintain the resulting i18n-enabled Golang code so that it remains internationalized. This tool was extracted while we worked on enabling the [Cloud Foundry CLI](https://github.com/cloudfoundry/cli) with i18n support.
7
7
8
-
This tool is licensed under the [Apache 2.0 OSS license](https://github.com/maximilien/i18n4go/blob/master/LICENSE). We'd love to hear from you if you are using, attempting to use, or planning to use this tool.
8
+
This tool is licensed under the [Apache 2.0 OSS license](https://github.com/EverlongProject/i18n4go/blob/master/LICENSE). We'd love to hear from you if you are using, attempting to use, or planning to use this tool.
9
9
10
10
Two additional ways, besides Gitter or Slack chat above, to contact us:
11
11
12
-
1. Feel free to [open an issue (good or bad)](https://github.com/maximilien/i18n4go/issues) here on Github.
12
+
1. Feel free to [open an issue (good or bad)](https://github.com/EverlongProject/i18n4go/issues) here on Github.
13
13
2. Send email to `i18n4go` at the Gmail domain.
14
14
15
15
## Getting Started
@@ -18,7 +18,7 @@ Two additional ways, besides Gitter or Slack chat above, to contact us:
18
18
### Overview Presentations, Talks, Blogs
19
19
----------------------------------------
20
20
21
-
* Talk at [GoSF Meetup](http://www.meetup.com/golangsf/events/220603955/) on April, 2015. Slides ([PDF](https://github.com/maximilien/presentations/blob/master/2015/i18n4go-gosf-meetup/releases/i18n4go-v0.4.1.pdf) and [PPTX](https://github.com/maximilien/presentations/blob/master/2015/i18n4go-gosf-meetup/releases/i18n4go-v0.4.1.pptx)), [demo](https://github.com/maximilien/i18n4go/tree/master/examples/demo1)
21
+
* Talk at [GoSF Meetup](http://www.meetup.com/golangsf/events/220603955/) on April, 2015. Slides ([PDF](https://github.com/EverlongProject/presentations/blob/master/2015/i18n4go-gosf-meetup/releases/i18n4go-v0.4.1.pdf) and [PPTX](https://github.com/EverlongProject/presentations/blob/master/2015/i18n4go-gosf-meetup/releases/i18n4go-v0.4.1.pptx)), [demo](https://github.com/EverlongProject/i18n4go/tree/master/examples/demo1)
22
22
23
23
* Blog post on July, 2015 at IBM's developerWorks: [i18n4go: Taking your Golang Projects Global for Fun or Profits](https://developer.ibm.com/open/2015/07/18/i18n4go-taking-golang-projects-global-fun-profits/)
24
24
@@ -28,7 +28,7 @@ Two additional ways, besides Gitter or Slack chat above, to contact us:
28
28
Assuming you have a valid [Golang 1.4.2](https://golang.org/dl/) or [later](https://golang.org/dl/) installed for your system, you can quickly get the latest `i18n4go` executable by running the following `go` command:
29
29
30
30
```
31
-
$ go get github.com/maximilien/i18n4go/i18n4go
31
+
$ go get github.com/EverlongProject/i18n4go/i18n4go
32
32
```
33
33
34
34
This will build and place the `i18n4go` executable built for your operating system in your `$GOPATH/bin` directory.
@@ -39,10 +39,10 @@ This will build and place the `i18n4go` executable built for your operating syst
39
39
Clone this repo and build it. Using the following commands on a Linux or Mac OS X system:
0 commit comments