mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix missing i18n in FFlag add dialog
This commit is contained in:
parent
339ae5301e
commit
42725102ee
9
Bloxstrap/Resources/Strings.Designer.cs
generated
9
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -305,6 +305,15 @@ namespace Bloxstrap.Resources {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Add single.
|
||||||
|
/// </summary>
|
||||||
|
public static string Common_AddSingle {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("Common.AddSingle", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Browse.
|
/// Looks up a localized string similar to Browse.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -202,6 +202,9 @@ Your ReShade configuration files will still be saved, and you can locate them by
|
|||||||
<data name="Bootstrapper.WMFNotFound" xml:space="preserve">
|
<data name="Bootstrapper.WMFNotFound" xml:space="preserve">
|
||||||
<value>Roblox requires the use of Windows Media Foundation components. You appear to be missing them, likely because you are using an N edition of Windows. Please install them first, and then launch Roblox.</value>
|
<value>Roblox requires the use of Windows Media Foundation components. You appear to be missing them, likely because you are using an N edition of Windows. Please install them first, and then launch Roblox.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Common.AddSingle" xml:space="preserve">
|
||||||
|
<value>Add single</value>
|
||||||
|
</data>
|
||||||
<data name="Common.Browse" xml:space="preserve">
|
<data name="Common.Browse" xml:space="preserve">
|
||||||
<value>Browse</value>
|
<value>Browse</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<ui:TitleBar Grid.Row="0" Grid.ColumnSpan="2" Padding="8" Title="{x:Static resources:Strings.Dialog_AddFastFlag_Title}" ShowMinimize="False" ShowMaximize="False" CanMaximize="False" KeyboardNavigation.TabNavigation="None" />
|
<ui:TitleBar Grid.Row="0" Grid.ColumnSpan="2" Padding="8" Title="{x:Static resources:Strings.Dialog_AddFastFlag_Title}" ShowMinimize="False" ShowMaximize="False" CanMaximize="False" KeyboardNavigation.TabNavigation="None" />
|
||||||
|
|
||||||
<TabControl x:Name="Tabs" Grid.Row="1" Margin="16">
|
<TabControl x:Name="Tabs" Grid.Row="1" Margin="16">
|
||||||
<TabItem Header="Add single">
|
<TabItem Header="{x:Static resources:Strings.Common_AddSingle}">
|
||||||
<Grid Grid.Row="1" Margin="16">
|
<Grid Grid.Row="1" Margin="16">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="Auto" />
|
||||||
|
Loading…
Reference in New Issue
Block a user