fix(l10n): New translations
Summary by CodeRabbit
-
New Features
- Updated the search hint text to “Search the codex here…” for a clearer user interface.
- The revised messaging is now consistently displayed across all supported languages.
Walkthrough
The changes update the "codexHint" string in various localization files. The original values—either the generic English prompt "Search here..." or localized equivalents—have been replaced with "Search the codex here..." to explicitly reference the codex search feature. Additionally, the key "seeWikia" has been renamed to "seeWiki" across all files. Several entries have had their empty "placeholders" fields removed, streamlining the structure of the localization entries. New entries related to trader inventory have also been added in some files.
Changes
| Files | Change Summary |
|---|---|
lib/l10n/arb/intl_cs.arb, lib/l10n/arb/intl_de.arb, lib/l10n/arb/intl_es.arb, lib/l10n/arb/intl_fr.arb, lib/l10n/arb/intl_it.arb, lib/l10n/arb/intl_ko.arb, lib/l10n/arb/intl_pl.arb, lib/l10n/arb/intl_pt.arb, lib/l10n/arb/intl_ru.arb, lib/l10n/arb/intl_sr.arb, lib/l10n/arb/intl_tr.arb, lib/l10n/arb/intl_zh.arb |
Update "codexHint" value from localized phrases (e.g., "Search here...", "Busque aquí...", "Rechercher...", etc.) to "Search the codex here..." |
lib/l10n/arb/intl_cs.arb, lib/l10n/arb/intl_de.arb, lib/l10n/arb/intl_es.arb, lib/l10n/arb/intl_fr.arb, lib/l10n/arb/intl_it.arb, lib/l10n/arb/intl_ko.arb, lib/l10n/arb/intl_pl.arb, lib/l10n/arb/intl_pt.arb, lib/l10n/arb/intl_ru.arb, lib/l10n/arb/intl_sr.arb, lib/l10n/arb/intl_tr.arb, lib/l10n/arb/intl_zh.arb |
Rename key "seeWikia" to "seeWiki" |
lib/l10n/arb/intl_cs.arb, lib/l10n/arb/intl_de.arb, lib/l10n/arb/intl_es.arb, lib/l10n/arb/intl_fr.arb, lib/l10n/arb/intl_it.arb, lib/l10n/arb/intl_ko.arb, lib/l10n/arb/intl_pl.arb, lib/l10n/arb/intl_pt.arb, lib/l10n/arb/intl_ru.arb, lib/l10n/arb/intl_sr.arb, lib/l10n/arb/intl_tr.arb, lib/l10n/arb/intl_zh.arb |
Remove empty "placeholders" fields from multiple entries |
lib/l10n/arb/intl_ru.arb, lib/l10n/arb/intl_sr.arb, lib/l10n/arb/intl_tr.arb |
Add new keys: "circuitResetSubtitle", "traderItemHeaderTitle", "traderDucatsHeaderTitle", "traderCreditsHeaderTitle" |
Possibly related PRs
- WFCD/navis#581: The changes in the main PR are related to those in the retrieved PR as both involve modifications to localization strings in the
intl_ru.arbfile, specifically updating the same keys like"circuitResetTitle"and enhancing the localization content. - WFCD/navis#575: The changes in the main PR are related to those in the retrieved PR as both involve modifications to localization files, specifically updating strings and renaming keys, although they focus on different languages (Czech vs. Russian).
- WFCD/navis#582: The changes in the main PR are related to those in the retrieved PR as both involve modifications to the same localization files, specifically updating the
"codexHint"key and renaming"seeWikia"to"seeWiki", while also adding new keys like"circuitResetSubtitle"and trader-related titles in both PRs.
Suggested reviewers
- SlayerOrnstein
Poem
I'm a rabbit with a coding hop,
Changing hints so users never stop.
"Search the codex here..." now rings true,
Across the languages in every view.
With strings renewed in every file,
I hop along, celebrating each mile!
[!TIP]
⚡🧪 Multi-step agentic review comment chat (experimental)
- We're introducing multi-step agentic chat in review comments. This experimental feature enhances review discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments. - To enable this feature, set early_access to true under in the settings.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
-
I pushed a fix in commit <commit_id>, please review it. -
Generate unit testing code for this file. -
Open a follow-up GitHub issue for this discussion.
-
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:-
@coderabbitai generate unit testing code for this file. -
@coderabbitai modularize this function.
-
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:-
@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase. -
@coderabbitai read src/utils.ts and generate unit testing code. -
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format. -
@coderabbitai help me debug CodeRabbit configuration file.
-
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
-
@coderabbitai pauseto pause the reviews on a PR. -
@coderabbitai resumeto resume the paused reviews. -
@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository. -
@coderabbitai full reviewto do a full review from scratch and review all the files again. -
@coderabbitai summaryto regenerate the summary of the PR. -
@coderabbitai generate docstringsto generate docstrings for this PR. -
@coderabbitai resolveresolve all the CodeRabbit review comments. -
@coderabbitai configurationto show the current CodeRabbit configuration for the repository. -
@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- 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/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.