mirror of https://github.com/buresdv/Cork
~ English default language for schemes
This commit is contained in:
parent
f90f474b0e
commit
b84e70838e
|
|
@ -67,7 +67,8 @@ let project = Project(
|
|||
),
|
||||
runAction: .runAction(
|
||||
configuration: .release,
|
||||
executable: "Cork"
|
||||
executable: "Cork",
|
||||
options: .options(language: .init(identifier: "en"))
|
||||
)
|
||||
),
|
||||
.scheme(
|
||||
|
|
@ -81,7 +82,8 @@ let project = Project(
|
|||
environmentVariables: [
|
||||
"SELF_COMPILED": "true"
|
||||
]
|
||||
)
|
||||
),
|
||||
options: .options(language: .init(identifier: "en"))
|
||||
)
|
||||
)
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue