Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
788 stars 188 forks source link

Localizing freerdp dialog window #721

Closed klemens-st closed 2 years ago

klemens-st commented 2 years ago

I am trying to make a freerdp login window for my non English speaking users. I assume locale packages and settings have no effect on this because I have already tried it. Where can I find the source of the freerdp package to make my changes?

Thinstation commented 2 years ago

build/packages/base/etc/dialog.functions

On Thu, May 5, 2022 at 1:32 PM Klemens Starybrat @.***> wrote:

I am trying to make a freerdp login window for my non English speaking users. I assume locale packages and settings have no effect on this because I have already tried it. Where can I find the source of the freerdp package to make my changes?

— Reply to this email directly, view it on GitHub https://github.com/Thinstation/thinstation/issues/721, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVW47SDRBHNHA4S7KKSCJTVIQV4FANCNFSM5VGGAHMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

klemens-st commented 2 years ago

Thanks! Not only have I achieved what I wanted but after examining the source I finally understand how the dialogs work and how the configuration affects them.