mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Updated translations.
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -13,17 +13,17 @@ AllowNoIcons=yes
|
||||
LicenseFile=..\Output\Release_Windows\License-fr.rtf
|
||||
InfoBeforeFile=..\Output\Release_Windows\Informations-fr.rtf
|
||||
OutputDir=.\
|
||||
OutputBaseFilename=gd3676
|
||||
OutputBaseFilename=gd3677
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
SetupIconFile=..\Output\Release_Windows\res\icon.ico
|
||||
VersionInfoVersion=3.6
|
||||
WizardImageFile=Setup bitmap\wizbmp.bmp
|
||||
WizardSmallImageFile=Setup bitmap/smallicon.bmp
|
||||
AppCopyright=2008-2014 Florian Rival
|
||||
AppCopyright=2008-2015 Florian Rival
|
||||
VersionInfoCompany=Florian Rival
|
||||
VersionInfoDescription=GDevelop setup
|
||||
VersionInfoCopyright=2008-2014 Florian Rival
|
||||
VersionInfoCopyright=2008-2015 Florian Rival
|
||||
VersionInfoProductName=GDevelop
|
||||
VersionInfoProductVersion=3.6
|
||||
|
||||
@@ -55,7 +55,7 @@ Source: ..\Output\Release_Windows\CppPlatform\*; DestDir: {app}\CppPlatform; Fla
|
||||
Source: ..\Output\Release_Windows\JsPlatform\*; DestDir: {app}\JsPlatform; Flags: ignoreversion createallsubdirs recursesubdirs; Components: main
|
||||
Source: ..\Output\Release_Windows\locale\*; DestDir: {app}\locale; Flags: ignoreversion createallsubdirs recursesubdirs; Components: main
|
||||
Source: ..\Output\Release_Windows\Examples\*; DestDir: {app}\Examples; Flags: ignoreversion createallsubdirs recursesubdirs; Components: example
|
||||
Source: ..\Output\Release_Windows\Ressources\*; DestDir: {app}\Ressources; Flags: ignoreversion createallsubdirs recursesubdirs; Components: res
|
||||
Source: ..\Output\Release_Windows\Free resources\*; DestDir: {app}\Free resources; Flags: ignoreversion createallsubdirs recursesubdirs; Components: res
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
Source: ..\Output\Release_Windows\icon.ico; DestDir: {app}; Flags: ignoreversion
|
||||
Source: ..\Output\Release_Windows\SelectLanguage-en.cfg; DestDir: {userdocs}\..\.GDevelop; Flags: ignoreversion createallsubdirs recursesubdirs; DestName: SelectLanguage.cfg; Languages: english; Components: main
|
||||
|
@@ -1,8 +1,8 @@
|
||||
@echo off
|
||||
echo Listing all sources files...
|
||||
|
||||
dir ..\IDE\*.cpp /L /b /s |find /v /i "\bin\" > %TEMP%\listfile.txt
|
||||
dir ..\IDE\*.h /L /b /s |find /v /i "\bin\" >> %TEMP%\listfile.txt
|
||||
dir ..\IDE\*.cpp /L /b /s |find /v /i "\wxstedit\" > %TEMP%\listfile.txt
|
||||
dir ..\IDE\*.h /L /b /s |find /v /i "\wxstedit\" >> %TEMP%\listfile.txt
|
||||
dir ..\GDCpp\GDCpp\*.cpp /L /B /S >> %TEMP%\listfile.txt
|
||||
dir ..\GDCpp\GDCpp\*.h /L /B /S >> %TEMP%\listfile.txt
|
||||
dir ..\GDJS\GDJS\*.cpp /L /B /S >> %TEMP%\listfile.txt
|
||||
|
@@ -2,8 +2,8 @@
|
||||
#to update the strings to be translated.
|
||||
echo "Listing all sources files..."
|
||||
|
||||
find ../IDE -name '*.cpp' > /tmp/listfile.txt
|
||||
find ../IDE -name '*.h' -o -name "*.hpp" >> /tmp/listfile.txt
|
||||
find ../IDE -name '*.cpp' | grep -v '/wxstedit/' > /tmp/listfile.txt
|
||||
find ../IDE -name '*.h' -o -name "*.hpp" | grep -v '/wxstedit/' >> /tmp/listfile.txt
|
||||
find ../GDCpp/GDCpp/ -name '*.cpp' >> /tmp/listfile.txt
|
||||
find ../GDCpp/GDCpp/ -name '*.h' -o -name "*.hpp" >> /tmp/listfile.txt
|
||||
find ../GDJS/GDJS/ -name '*.cpp' >> /tmp/listfile.txt
|
||||
|
Reference in New Issue
Block a user