Skip to content

Commit

Permalink
Merge branch 'master' into kobalt
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Aug 8, 2024
2 parents e456039 + ec65ab9 commit 89f9d9e
Show file tree
Hide file tree
Showing 1,719 changed files with 113,518 additions and 91,118 deletions.
6 changes: 5 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@
- changed-files:
- any-glob-to-any-file: '**/*.xaml*'

"Changes: Shaders":
- changed-files:
- any-glob-to-any-file: '**/*.swsl'

"Changes: Localization":
- changed-files:
- any-glob-to-any-file: 'Resources/Locale/**/*.ftl'
- any-glob-to-any-file: '**/*.ftl'

"No C#":
- changed-files:
Expand Down
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 89f9d9e

Please sign in to comment.