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

Fixing some localization files. #277

Merged
merged 2 commits into from
Oct 22, 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
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private void DrawDiagnosticGroups(

var damageString = Loc.GetString(
"health-analyzer-window-damage-type-text",
("damageType", Loc.GetString("health-analyzer-window-damage-type-" + type)),
("damageType", Loc.GetString("damage-type-" + type.ToLower())),
("amount", typeAmount)
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ ghost-role-information-listeningop-rules = You are a Syndicate Operative tasked
ghost-role-information-paradox-anomaly-name = Paradox Anomaly
ghost-role-information-paradox-anomaly-description = Replace your double, or befriend them.
ghost-role-information-paradox-anomaly-rules = Try and replace your twin with this funny roleplay antag rather than plasma flooding the station or something. You can also just befriend them.

# Delta V soft antag rule
deltav-ghost-role-information-softantag-rules = You are allowed to attack the crew without provocation.
You are allowed to coexist with the crew.
The crew is allowed to kill you without warning.
4 changes: 4 additions & 0 deletions Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ ghost-role-information-angry-slimes-description = Everyone around you irritates
ghost-role-information-smile-name = Smile the Slime
ghost-role-information-smile-description = The sweetest creature in the world. Smile Slime!

ghost-role-information-Shiva-name = Shiva
ghost-role-information-Shiva-description = Shiva, the stations first defender. Help the Head of Security in their work
ghost-role-information-Shiva-rules = Protect security staff and the crew from danger. Stay with Security staff or around the Security department, try to disable criminals and not kill them if the situation allows for it.

ghost-role-information-punpun-name = Pun Pun
ghost-role-information-punpun-description = An honorable member of the monkey society in charge of the bar and helping the bartenders in any way he can.

Expand Down
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ trait-description-HighPotential =
Your connection to the noösphere is greater than average, making it easier to obtain new psionic powers.

trait-name-LowAmplification = kα Deficiency
trait-description-LowAmplifiction =
trait-description-LowAmplification =
Your psionic abilities are noticeably weaker than ones used by other psions.

trait-name-HighAmplification = kα Abundance
Expand Down
Loading