Cubed-Development / Modern-Warfare-Cubed

Welcome to the official GitHub Repository for Modern Warfare Cubed!
Apache License 2.0
93 stars 60 forks source link

Add missing values to en_US.lang #330

Closed strubium closed 10 months ago

strubium commented 10 months ago

📝 Description

Adds missing lang to items in the config menu

🎯 Goals

Add more lang

❌ Non Goals

Fix all items missing lang, there is too much

⏮️ Backwards Compatibility

1.12.2

📚 Related Issues & Documents

N/A

🖼️ Screenshots/Recordings

N/A

📖 Added to documentation?

Summary by CodeRabbit

coderabbitai[bot] commented 10 months ago

Walkthrough

The updates reflect a reorganization and renaming of weapon category keys, such as "Grip," "Scope," and "Barrel," and tweaks to entity properties like health and spawn settings for terrorists and soldiers. New features include a custom inventory option, and there's a focus on enhancing visual effects with the renaming of shader settings within the rendering configuration.

Changes

File Path Change Summary
.../assets/mwc/lang/en_US.lang Renamed weapon category keys; added "custom_inventory" key; modified entity health and equipment configurations; updated and renamed shader enabling keys under rendering settings.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - You can directly reply to a review comment made by CodeRabbit. Example: - _I pushed a fix in commit ``._ - You can tag CodeRabbit on specific lines of code or entire files in the PR by tagging `@coderabbitai` in a comment. Examples: - _@coderabbitai generate unit tests for this file_ - _@coderabbitai modularize this function_ - You can tag `@coderabbitai` in a PR comment and ask questions about the PR and the codebase. Use quoted replies to pass the context for follow-up questions. Examples: - _@coderabbitai render interesting statistics about this repository as a table_. - _@coderabbitai show all the `console.log` statements in this repository_. - _@coderabbitai generate unit tests for the `src/utils.ts` file_. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json` ### CodeRabbit Discord Community Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback.