Coder Social home page Coder Social logo

Comments (2)

nicksnyder avatar nicksnyder commented on May 21, 2024

Thanks for taking the time to suggest this. poeditor looks like a cool service and I am kind surprised that their format is so similar.

I would rather not introduce complexity into go-i18n as a result of a specific service because then people will ask to support other services. If there were a standard JSON format, I would just support that (but there isn't to my knowledge).

I think the solution here (and for any other service) to either
(1) write a script that marshals go-i18n's format to your desired format, or vice versa, or
(2) write code to read your own format and add the translations directly to the bundle with AddTranslation at runtime.

If poeditor is/becomes the de facto tool for Go projects such that its format becomes the de facto standard, then I am open to revisiting this.

from go-i18n.

Noki avatar Noki commented on May 21, 2024

Ok. I already expected this answer. There are so many services that help with translations so I don't expect any of those to become a de facto standard any time soon. ;-)

We just came up with the following simple solution:

  1. read the files exported from poeditor
  2. replace the keys
  3. pass the result to ParseTranslationFileBytes

You should consider pointing out out the ideas of using AddTranslation or ParseTranslationFileBytes to import translations from different formats in the readme.

Best regards
Tobias

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.