Search found 2410 matches

by isiticov
Sun Jan 05, 2025 3:43 am
Forum: TsiLang Components Suite
Topic: How to get ChatGPT work?
Replies: 6
Views: 14260

Re: How to get ChatGPT work?

Hello,

Are you sure your ChatGPT settings window looks similar (except for API key)?
Screenshot 2025-01-05 074146.png
Screenshot 2025-01-05 074146.png (40.84 KiB) Viewed 2661 times
by isiticov
Mon Dec 23, 2024 4:43 pm
Forum: TsiLang Components Suite
Topic: DevExpress resource strings
Replies: 8
Views: 4808

Re: DevExpress resource strings

Hello, 1. The dialog property is not available for TSiLangLinked only for TSiLang 2. If I switch to "French" the Button for standard dialog with "Yes" and "No" is "Abort" and "Retry". I think it related to issue 1. Just set CommonContainer property o...
by isiticov
Wed Dec 18, 2024 12:22 pm
Forum: TsiLang Components Suite
Topic: DevExpress resource strings
Replies: 8
Views: 4808

Re: DevExpress resource strings

Hello, You don't need to use the Resource Import Wizard in this case. Just enter the translations for the items in Locales section of TsiLang. If this still won't work then this would mean that DevExpress controls initialize the UI strings once upon creation using the Locales and don't update them l...
by isiticov
Mon Dec 16, 2024 1:29 am
Forum: TsiLang Components Suite
Topic: DevExpress resource strings
Replies: 8
Views: 4808

Re: DevExpress resource strings

Hello,
The most possible that these strings are taken not from the resources but from the Locales. Try to translate locale strings in Locales section of TsiLang and don't forget to set ChangeLocales property to True:
Screenshot 2024-12-16 052621.png
Screenshot 2024-12-16 052621.png (67.46 KiB) Viewed 4724 times
by isiticov
Thu Nov 14, 2024 12:04 pm
Forum: TsiLang Components Suite
Topic: Error when installing in Windows 11 inside VM on Mac ARM
Replies: 14
Views: 44504

Re: Error when installing in Windows 11 inside VM on Mac ARM

If you don’t wish to manually install packages and path settings to the library settings then installing trial before copying will make it easier. If you don’t mind making changes manually then trial installation is not needed.
by isiticov
Thu Nov 14, 2024 9:51 am
Forum: TsiLang Components Suite
Topic: Error when installing in Windows 11 inside VM on Mac ARM
Replies: 14
Views: 44504

Re: Error when installing in Windows 11 inside VM on Mac ARM

Hello, Actually, you don't really need IDE installed to install TsiLang Components Suite. You can just complete the install and then copy TsiLang's install folder to your VM. The only additional thing to do would be manually install TsiLang_12.bpl into the IDE using menu Component | Install Packages...
by isiticov
Wed Nov 13, 2024 3:27 pm
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 9520

Re: Win64 modern - Link error

Finally, the problem was detected and resolved completely. Please re-download and it shall work without any other actions, just as always.
by isiticov
Wed Nov 13, 2024 1:07 pm
Forum: TsiLang Components Suite
Topic: Ann: TsiLang Components Suite v7.9.7 – Now with Localization Quality Assurance (LQA)!
Replies: 0
Views: 3796

Ann: TsiLang Components Suite v7.9.7 – Now with Localization Quality Assurance (LQA)!

We’re thrilled to announce TsiLang Components Suite v7.9.7 , now featuring Localization Quality Assurance (LQA) Analytics ! This powerful new tool flags common translation issues such as missing placeholders, overly long strings, and formatting mismatches. LQA helps you maintain high-quality transla...
by isiticov
Wed Nov 13, 2024 6:10 am
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 9520

Re: Win64 modern - Link error

Hello, New build is just published and it finally looks like the problem is resolved. Few things to mention for using TsiLang components with Win64 modern target platform: 1. Use of run-time packages shall be disabled in project options. 2. When IDE will ask for the .LIB files shall be selected &quo...
by isiticov
Tue Nov 12, 2024 12:18 pm
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 9520

Re: Win64 modern - Link error

Sorry for all these troubles. We're disappointed as well with this functionality. :( So far, the only (like 100%) working sequence (for Win64 Modern) is: 1. Create a new project. 2. In the project settings: 2.1 Use of run-time packages is disabled . 2.2 In the settings Building | Delphi Compiler | O...
by isiticov
Tue Nov 12, 2024 7:08 am
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 9520

Re: Win64 modern - Link error

Hello,
New build is published on the web site. Please re-download. Now everything should work, the ONLY thing is: it is required to manually add TsiLang_12r.lib (from Win64x) to the Win64 modern project. Otherwise, the linker won't link properly.
by isiticov
Mon Nov 11, 2024 1:40 pm
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 9520

Re: Win64 modern - Link error

Sorry for this. Updated again the setup on the web site. Now it includes .O files as well. Please note: we were able to link the Win64x project only by disabling run-time packages option and removing reference to the TsiLang12_r.lib file. Forcing the linker to use only .O files. Otherwise, linker co...
by isiticov
Mon Nov 11, 2024 8:31 am
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 9520

Re: Win64 modern - Link error

Hello,

Sorry for this. We've just updated the setup packages on the web site. Please re-download, it should be working now.
by isiticov
Sat Nov 02, 2024 1:51 am
Forum: TsiLang Components Suite
Topic: Suppress "Input translations delimiter string" dialog
Replies: 3
Views: 4135

Re: Suppress "Input translations delimiter string" dialog

Hello,

SIL file uses delimiter to separate translations by language. So this dialog is required. We will try to add an option "Don't ask again" to it and it will always use the last used value.