Skip to content

Commit 4135600

Browse files
committed
Hardcode English for now as the language... need to change this eventually
1 parent 4be376f commit 4135600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generators/ProjectBuilder/GSXCProjectBuilderGenerator.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ - (BOOL) generate
232232
[projectDict setObject: filesTable forKey: @"FILESTABLE"];
233233

234234
// Add ProjectBuilder-specific metadata
235-
[projectDict setObject: @"2.1"
235+
[projectDict setObject: @"English" // @"2.1"
236236
forKey: @"LANGUAGE"];
237237
[projectDict setObject: @"gnumake" /* @"NeXT Project Builder Project v2.1" */
238238
forKey: @"NEXTSTEP_BUILDTOOL"];

0 commit comments

Comments
 (0)