Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Тотальный реворк языков #165

Merged
merged 17 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading