GithubHelp home page GithubHelp logo

Comments (5)

LAfricain avatar LAfricain commented on June 17, 2024

Hello,
I would like to know if header files may be localized? Because if I search for some string not localized sometimes I found it in header files. Can I do the job?

from freehealth.

jeromecc avatar jeromecc commented on June 17, 2024

Hi!
The code seems to be internationalized. d->_streetLabel->setText(tr("Street")); The string "Street" is inside a tr() function. It means it's translatable. It's probably not translated. Did you check the file freehealth/global_resources/translations/plugin_zipcodes_de.ts ?

<source>Street</source>
<translation type="unfinished"></translation>

First translate all the strings in the ts file, then if some things are still not translated, add a comment on this issue. If translating strings fix the problem, then please close the issue.

Do you plan to use the agenda? It's development has stopped a long time ago. I think there are many open source alternatives out there and it would make more sense to build an interface between FreeHealth and an open source appointment diaries or calendar.

Have a look at https://github.com/timegridio/timegrid, or easyappointments.org or even a basic calendar app like https://fullcalendar.io/ or Nextcloud.

If you really want to update and improve the agenda plugin, I will accept pull requests with pleasure but I don't think I will contribute.

If you want to build an interface between FreeHealth and an appointment or calendar app, I might join the effort. :)

from freehealth.

LAfricain avatar LAfricain commented on June 17, 2024

Did you check the file freehealth/global_resources/translations/plugin_zipcodes_de.ts ?

Why de? I'm French :) In the plugin_zipcodes_fr.ts it is translated line 17, but my problem is some window buttons are displayed in English, I don't know exactly why, as: Yes, No, Finish...

First translate all the strings in the ts file

Yes of course I had a look on the ts file first. All I reported here is what I can't find a solution.

Do you plan to use the agenda?

No it was an example of what need still to be translated. But I'm sure a day I'll need an agenda.

If you want to build an interface between FreeHealth and an appointment or calendar app, I might join the effort. :)

My concern now is only to help to complete the internationalization of the software.

from freehealth.

LAfricain avatar LAfricain commented on June 17, 2024

I have an example, with plugins/identityplugin/passworddialog.ui, lines 105-110 I don't know how to internationalized it?

passworddialog

from freehealth.

LAfricain avatar LAfricain commented on June 17, 2024

For the OK, No, Cancel (etc) button, this post should help?

from freehealth.

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.