Merge branch '54-add-link-to-the-godot-project' into 'main'
Resolve "Add link to the Godot project" Closes #54 See merge request open-source/dotnet/i18n-commander!30
This commit is contained in:
commit
f76ab09582
@ -608,7 +608,7 @@ public sealed partial class Setting : UserControl
|
||||
SettingName: () => "Generator: Godot",
|
||||
ChangeNeedsRestart: false,
|
||||
SettingExplanation: () => "When enabled, Godot translation files are generated. Requires a Godot 3.5 or newer project.",
|
||||
SettingExplanationLink: () => (string.Empty, string.Empty),
|
||||
SettingExplanationLink: () => ("https://godotengine.org/", "Godot"),
|
||||
SetupDataControl: (changeTrigger) =>
|
||||
{
|
||||
// Set up an checkbox:
|
||||
@ -636,7 +636,7 @@ public sealed partial class Setting : UserControl
|
||||
SettingName: () => "Generator: Godot Destination Path",
|
||||
ChangeNeedsRestart: false,
|
||||
SettingExplanation: () => "The destination path for the Godot translation files. You might use environment variables like %USERPROFILE%.",
|
||||
SettingExplanationLink: () => (string.Empty, string.Empty),
|
||||
SettingExplanationLink: () => ("https://godotengine.org/", "Godot"),
|
||||
SetupDataControl: (changeTrigger) =>
|
||||
{
|
||||
// Set up a horizontal layout:
|
||||
|
Loading…
Reference in New Issue
Block a user