-
Notifications
You must be signed in to change notification settings - Fork 16
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
wounds and examine translate #98
base: master
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis PR improves Russian localization for human examination and wound description. The changes primarily refactor pronoun handling in examine routines, update self-examination messages, and integrate external wound translation data to deliver more accurate Russian text for injury and limb status displays. Flow diagram for Human Examination Localization (Flow Diagram)flowchart TD
A[Start Examine Process] --> B[Set pronouns using ru_p_they, ru_p_them, & ru_p_theirs]
B --> C[Compose examine message with icon, rank, and clothing details]
C --> D[Process limb and wound details]
D --> E[Call ru_wounds_desc & ru_wounds_desc_list for localized wound descriptions]
E --> F[Integrate wound and injury texts into message]
F --> G[Display localized examine message to the user]
G --> H[End Process]
Flow diagram for Wound Translations Initialization (Flow Diagram)flowchart TD
A[Start Translation Initialization] --> B[Determine wound translation file path]
B --> C[Check if ru_wounds.toml exists]
C --> D{File exists?}
D -- Yes --> E[Read wound translations from ru_wounds.toml]
E --> F[Populate GLOB.ru_wound_descs global list]
F --> G[Enable ru_wounds_desc functionality]
D -- No --> H[Skip wound translations load]
G --> I[End Initialization]
H --> I[End Initialization]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
var/list/no_exclude = list("gaping wound", "big gaping wound", "massive wound", "large bruise",\ | ||
"huge bruise", "massive bruise", "severe burn", "large burn", "deep burn", "carbonised area") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а че, куда это пропало
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не придумал как адаптировать what might be
@@ -105,6 +105,8 @@ | |||
if(owner) | |||
forceMove(owner) | |||
|
|||
ru_names_rename(ru_names_toml(display_name, override_base = name)) // BANDAMARINES EDIT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
портируй translate_bodyparts.dm с ТГ
About the pull request
Еще сильнее переводит и исправляет обследование хумана. Переводит атак хэнд в дружественном интенте ака проверку на раны.
Explain why it's good for the game
русский
Testing Photographs and Procedure
Да
Screenshots & Videos
Put screenshots and videos here with an empty line between the screenshots and the
<details>
tags.Changelog
🆑
add: перевод осмотра людей
/:cl:
Summary by Sourcery
Enhancements: