Skip to content

Commit

Permalink
Merge branch 'master' into 738
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Aug 7, 2024
2 parents d6721de + d65b910 commit c6f9eb5
Show file tree
Hide file tree
Showing 222 changed files with 5,573 additions and 1,991 deletions.
51 changes: 0 additions & 51 deletions Content.Client/ADT/Language/LanguageMenuUIController.cs

This file was deleted.

124 changes: 0 additions & 124 deletions Content.Client/ADT/Language/LanguageMenuWindow.xaml.cs

This file was deleted.

7 changes: 7 additions & 0 deletions Content.Client/ADT/Language/LanguageSystem.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
using Content.Shared.ADT.Language;

namespace Content.Client.ADT.Language;

public sealed partial class LanguageSystem : SharedLanguageSystem
{
}
8 changes: 0 additions & 8 deletions Content.Client/ADT/Language/Systems/LanguageSystem.cs

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions Content.Client/ADT/Language/TranslatorImplantSystem.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using Content.Shared.Implants;

namespace Content.Client.ADT.Implants;

public sealed class TranslatorImplantSystem : SharedTranslatorImplantSystem
{

}
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<DefaultWindow xmlns="https://spacestation14.io"
<!--Original window taken from https://github.com/new-frontiers-14/frontier-station-14/pull/671-->
<DefaultWindow xmlns="https://spacestation14.io"
xmlns:ui="clr-namespace:Content.Client.UserInterface.Controls"
Title="a"
SetSize="300 200">
SetSize="400 450">
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
<PanelContainer Name="CurrentLanguageContainer" Access="Public" StyleClasses="PdaBorderRect">
<Label Name="CurrentLanguageLabel" Access="Public" Text="Current Language:" HorizontalExpand="True"></Label>
Expand Down
Loading

0 comments on commit c6f9eb5

Please sign in to comment.