Git Product home page Git Product logo

Comments (9)

MrZ626 avatar MrZ626 commented on July 29, 2024

this is directly pulled from game server, so it can only be a fixed language for now

from techmino.

MrZ626 avatar MrZ626 commented on July 29, 2024

oh this issue can keep open until i finish that

from techmino.

Not-A-Normal-Robot avatar Not-A-Normal-Robot commented on July 29, 2024

nice fast response btw

from techmino.

User670 avatar User670 commented on July 29, 2024

I edited your title because the old title always made me think you're making an announcement about i18n. 😕

from techmino.

Allustrate avatar Allustrate commented on July 29, 2024

for reference: the Zitionary(小Z词典) only supports English and Chinese.
I wonder if it is a burden of work to post the announcement in all languages. Chinese and English is just enough for most players.

from techmino.

shoucandanghehe avatar shoucandanghehe commented on July 29, 2024

for reference: the Zitionary(小Z词典) only supports English and Chinese.
I wonder if it is a burden of work to post the announcement in all languages. Chinese and English is just enough for most players.

maybe we can only support English and Chinese for the time being
but if someone is willing to do translation, support multiple languages is easy

from techmino.

User670 avatar User670 commented on July 29, 2024

There are two separate issue here, 1. making a system that supports multiple languages, 2. translate things into multiple languages. The former is required for the latter to work, and I suppose the focus for this issue is, for now, making the system.

from techmino.

shoucandanghehe avatar shoucandanghehe commented on July 29, 2024

I think make a system is easy
Just need to do a corresponding format analysis, maybe json

from techmino.

Trebor-Huang avatar Trebor-Huang commented on July 29, 2024

We don't even need to make any changes to the server. Just let the server send something like

{
  other info...
  "message":
    {
      "zh": "Chinese message",
      "en": "English message"
    }
}

And parse the json at the client.

from techmino.

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.