Skip to content

Commit

Permalink
Mirror: Remove random Cyrillic characters from locale files (#159)
Browse files Browse the repository at this point in the history
## Mirror of PR #26043: [Remove random Cyrillic characters from locale
files](space-wizards/space-station-14#26043)
from <img src="https://avatars.githubusercontent.com/u/10567778?v=4"
alt="space-wizards" width="22"/>
[space-wizards](https://github.com/space-wizards)/[space-station-14](https://github.com/space-wizards/space-station-14)

###### `ffd52b24ff9bbe33eab30aec1b19d4c1fbb05245`

PR opened by <img
src="https://avatars.githubusercontent.com/u/30327355?v=4"
width="16"/><a href="https://github.com/arimah"> arimah</a> at
2024-03-12 15:52:06 UTC
PR merged by <img
src="https://avatars.githubusercontent.com/u/19864447?v=4"
width="16"/><a href="https://github.com/web-flow"> web-flow</a> at
2024-03-12 15:58:04 UTC

---

PR changed 2 files with 2 additions and 2 deletions.

The PR had the following labels:
- No C#


---

<details open="true"><summary><h1>Original Body</h1></summary>

> ## About the PR
> While playing around with the game's data, I discovered 'cocoa powder'
got sorted after all the other reagents. I poked around for a minute,
and what do you know, that first letter isn't a c, it's actually the
[Cyrillic lowercase letter
с](https://en.wikipedia.org/wiki/Es_(Cyrillic))! I searched all .yml and
.ftl files for more Cyrillic, and found exactly one other occurrence.
This PR fixes both.
> 
> ## Why / Balance
> Correctness. For one, you currently can't find cocoa powder or
anything that uses it in the guidebook by searching "cocoa powder". :D
> 
> ## Technical details
> .ftl
> 
> ## Media
> - [X] I have added screenshots/videos to this PR showcasing its
changes ingame, **or** this PR does not require an ingame showcase
> 
> ## Breaking changes
> god I hope not


</details>

Co-authored-by: Alice "Arimah" Heurlin <[email protected]>
  • Loading branch information
SimpleStation14 and arimah authored May 9, 2024
1 parent 883ded1 commit 07692c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ thief-role-greeting-human =
but that can't stop you from getting your fix by any means necessary.
thief-role-greeting-animal =
You are a kleptomaniaс animal.
You are a kleptomaniac animal.
Steal things that you like.
thief-role-greeting-equipment =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reagent-desc-vitamin = Found in healthy, complete meals.
reagent-name-protein = protein
reagent-desc-protein = Found in certain meals, good for bodily health.
reagent-name-cocoapowder = сocoa powder
reagent-name-cocoapowder = cocoa powder
reagent-desc-cocoapowder = From the best varieties of cocoa beans
reagent-name-butter = butter
Expand Down

0 comments on commit 07692c4

Please sign in to comment.