Page 1 of 1

Adding new lines of Russian translation

Posted: Thu Feb 02, 2023 11:19 pm
by MH100181
Enigma Virtual Box 10.20 Build 20230201
Commented out new lines of the Russian translation
https://www.upload.ee/files/14895542/Russian.7z.html

Re: Adding new lines of Russian translation

Posted: Fri Feb 03, 2023 7:57 am
by Enigma
Thank you, we will update translation file in next version release :)

Re: Adding new lines of Russian translation

Posted: Wed May 24, 2023 8:37 pm
by MH100181

Re: Adding new lines of Russian translation

Posted: Mon Jun 05, 2023 3:32 pm
by Enigma
Got it, thanks!

Re: Adding new lines of Russian translation

Posted: Wed Jan 17, 2024 10:50 am
by MH100181
About error logo:

Code: Select all

  object TntImage1: TTntImage
    Left = 8
    Top = 8
    Width = 153
    Height = 137
    Proportional = True
    Stretch = True
  end
to

Code: Select all

   object TntImage1: TTntImage
    Left = 8
    Top = 8
    Width = 153
    Height = 137
    Picture.Data = {
      SaveType = 4
      File = 'TfrmAbout_TntImage1_Picture_Data.raw'
    }
    Proportional = True
    Stretch = True
  end
Image
Image

Re: Adding new lines of Russian translation

Posted: Wed Jan 17, 2024 11:53 am
by Enigma
Thanks, this is also fixed :)