Giter VIP home page Giter VIP logo

Comments (3)

TurBoss avatar TurBoss commented on June 24, 2024

okay i found it myself

thx

from makoureactor.

sithlord48 avatar sithlord48 commented on June 24, 2024

to get makou working in english you must put the Makou_Reactor.qm file in the same path as the execuitable (or have it in /usr/share/makoureactor/ if makou is installed in /usr/bin/makoureactor)

to enable a new language you must modify the .pro file and add under translations
Makou_Reactor_es.ts the new section would look like

TRANSLATIONS += Makou_Reactor_en.ts
Makou_Reactor_ja.ts
Makou_Reactor_es.ts

then you need to run lupdate on the .pro file to generate the ts file.
the ts file can be editing using QT Lingust . later on when the project is build a call will be used by qmake (since we told it to in the pro) it will run lrelease Makou_Reactor.pro and generate the .qm files that will be shiped w/ makou.. makou should auto detect languages so you will not need to change anything in the makou code to see spanish as a choice.

from makoureactor.

TurBoss avatar TurBoss commented on June 24, 2024

Oh nice detailed info thank you

from makoureactor.

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.