Skip to content

Commit 139f058

Browse files
authored
Merge pull request #3902 from bclothier/FixInstalleri18n
Enable french translation now that we have the french custom message file
2 parents 8fd7e12 + de08a62 commit 139f058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Deployment/InnoSetup/Installer Build Script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Source: "{#IncludesDir}Rubberduck.RegisterAddIn.reg"; DestDir: "{app}"; Flags: i
113113
; TODO add additional languages here by adding include files in \Includes folder
114114
; and uncomment or add lines to include the file.
115115
#include <English.CustomMessages.iss>
116-
; #include <French.CustomMessages.iss>
116+
#include <French.CustomMessages.iss>
117117
#include <German.CustomMessages.iss>
118118

119119
[Icons]

0 commit comments

Comments
 (0)