-
Notifications
You must be signed in to change notification settings - Fork 14
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
Транслейт дескрипшна оружий #18
Conversation
Буду допиливать если будет свободное время.
Reviewer's Guide by SourceryThis pull request translates weapon descriptions into Russian. It adds a new translation file and modifies the existing weapon definition files to include the new descriptions. Class diagram showing the translated weapon typesclassDiagram
class weapon_gun {
+name: string
+desc: string
}
class pistol {
+M4A3_service_pistol
+Mod88_combat_pistol
}
class revolver {
+M44_combat_revolver
}
class smg {
+M39_submachinegun
}
class rifle {
+M41A_pulse_rifle
}
class shotgun {
+M37A2_pump_shotgun
}
class melee {
+M5_bayonet
+M11_throwing_knife
+M2132_machete
}
weapon_gun <|-- pistol
weapon_gun <|-- revolver
weapon_gun <|-- smg
weapon_gun <|-- rifle
weapon_gun <|-- shotgun
note for weapon_gun "All weapons have Russian descriptions added"
note for melee "Melee weapons also received Russian translations"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Убери все названия |
А почему просто не запилить перевод в коре? |
Мне пупс сказал ебашить модулями я и ебашу. |
Буду допиливать если будет свободное время.
About the pull request
Перевод описания оружий на русский.
Explain why it's good for the game
Testing Photographs and Procedure
Screenshots & Videos
Скриншотов не будет
Changelog
🆑
add: Перевёл дескрипшн оружия
/:cl:
Summary by Sourcery
New Features: