Giter VIP home page Giter VIP logo

Comments (4)

nicksnyder avatar nicksnyder commented on May 19, 2024

I do think there are improvements I can and should make to the doc in the README. I think a few of your questions are answered by the package documentation. Did you read that?

I'm not sure why NewBundle accepts language.English

https://godoc.org/github.com/nicksnyder/go-i18n/v2/i18n#NewBundle

It is the default language for your application.

later Accept-Language is used as an input.

https://godoc.org/github.com/nicksnyder/go-i18n/v2/i18n#NewLocalizer

What is a bundle, for that matter?

https://godoc.org/github.com/nicksnyder/go-i18n/v2/i18n#Bundle

Where is there any TOML used?

screen shot 2018-05-02 at 8 57 57 pm

from go-i18n.

winchell avatar winchell commented on May 19, 2024

Thanks!

So, v2/example/main.go does

localizer.MustLocalize(&i18n.LocalizeConfig{
			DefaultMessage: &i18n.Message{
				ID:          "UnreadEmails",
				Description: "The number of unread emails a person has",
				One:         "I have {{.PluralCount}} unread email.",
				Other:       "I have {{.PluralCount}} unread emails.",
			}...

The TOML files -- in the example -- aren't using a .toml file. Right? I could just be missing something.

PS the links in the README are pointing to the V1 examples.

from go-i18n.

nicksnyder avatar nicksnyder commented on May 19, 2024

the links in the README are pointing to the V1 examples.

Thanks for reporting! Fixed in 481274b.

The TOML files -- in the example -- aren't using a .toml file. Right?

You are right. I meant to add an example TOML file for another language but forgot. I will update that example.

from go-i18n.

nicksnyder avatar nicksnyder commented on May 19, 2024

Going to close this. Let me know if you have any other suggestions for doc improvements.

from go-i18n.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.