]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix atmos UI decimal separator bug (#23009)
authorKot <1192090+koteq@users.noreply.github.com>
Fri, 5 Jan 2024 05:18:09 +0000 (09:18 +0400)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2024 05:18:09 +0000 (21:18 -0800)
commit3d911a64c7789f1e1de0df94dd27a4f0fdf05dcf
tree0dffda96f191a27c9ffa324ef5e147025c90f160
parent920d7068e5987e45a62e4beb2c8c17190cd62bce
Fix atmos UI decimal separator bug (#23009)

* Fix atmos UI inconsistent culture usage

* Remove the need to pass localization manager
14 files changed:
Content.Client/Atmos/UI/GasFilterBoundUserInterface.cs
Content.Client/Atmos/UI/GasFilterWindow.xaml
Content.Client/Atmos/UI/GasFilterWindow.xaml.cs
Content.Client/Atmos/UI/GasMixerBoundUserInteface.cs
Content.Client/Atmos/UI/GasMixerWindow.xaml
Content.Client/Atmos/UI/GasMixerWindow.xaml.cs
Content.Client/Atmos/UI/GasPressurePumpBoundUserInterface.cs
Content.Client/Atmos/UI/GasPressurePumpWindow.xaml
Content.Client/Atmos/UI/GasPressurePumpWindow.xaml.cs
Content.Client/Atmos/UI/GasVolumePumpBoundUserInterface.cs
Content.Client/Atmos/UI/GasVolumePumpWindow.xaml
Content.Client/Atmos/UI/GasVolumePumpWindow.xaml.cs
Content.Shared/Localizations/UserInputParser.cs [new file with mode: 0644]
Content.Tests/Shared/Localizations/UserInputParserTest.cs [new file with mode: 0644]