V6.20 has several missing multilingual support

Post bugs related to the IDE here
User avatar
gurj
Enthusiast
Enthusiast
Posts: 693
Joined: Thu Jan 22, 2009 3:48 am
Location: china
Contact:

V6.20 has several missing multilingual support

Post by gurj »

V6.20 has 3 missing multilingual support
win7x86:
Preferences/Compiler/Defaults:

Enable DLL preloading protection (Windows)

Use shared UCRT (Windows 10 and above)

Enable Wayland support
my pb for chinese:
http://ataorj.ys168.com
User avatar
spikey
Enthusiast
Enthusiast
Posts: 756
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: V6.20 has several missing multilingual support

Post by spikey »

This is fixed in 6.21 but hasn't been marked complete.
User avatar
Kiffi
Addict
Addict
Posts: 1491
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Re: V6.20 has several missing multilingual support

Post by Kiffi »

spikey wrote: Wed Jul 02, 2025 1:43 pm This is fixed in 6.21 but hasn't been marked complete.
i don't think so.

Here is a screenshot in German:

Image
Hygge
User avatar
spikey
Enthusiast
Enthusiast
Posts: 756
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: V6.20 has several missing multilingual support

Post by spikey »

The underlying bug is fixed. However, it appears the German catalog file needs a re-sync too.

ChatGPT suggests:

Code: Select all

DllProtection       = DLL-Vorladeschutz aktivieren (Windows)
SharedUCRT          = Gemeinsame UCRT verwenden (Windows 10 und höher)
EnableWayland       = Wayland-Unterstützung aktivieren
Do they seem reasonable?
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: V6.20 has several missing multilingual support

Post by Andre »

Confirmed, that the (german) localization of these new compiler options is still missing in PB6.21 final.

These locale strings are included in current 'Editor.catalog' on PureBasic SVN, which Fred needs to transfer into the PB package (and to the GitHub repo too):
DllProtection = DLL-Vorablade-Schutz einschalten (Windows)
SharedUCRT = Universelle CRT (UCRT) verwenden (Windows 10 und höher)
EnableWayland = Wayland-Unterstützung einschalten
This bug-report is also related to this one: viewtopic.php?t=85608 (where also the missing PB docs description is mentioned)
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply