Skip to content

chore: update Italian translation#2691

Merged
Uri-Tauber merged 4 commits into
crosspoint-reader:developfrom
matteoscopel:italian-fixes
Jul 23, 2026
Merged

chore: update Italian translation#2691
Uri-Tauber merged 4 commits into
crosspoint-reader:developfrom
matteoscopel:italian-fixes

Conversation

@matteoscopel

Copy link
Copy Markdown
Contributor

Summary

This PR adds all the new strings to the Italian translation. I've also sorted the strings alphabetically.

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 292724f8-05b2-41a4-b8c8-095059a8d499

📥 Commits

Reviewing files that changed from the base of the PR and between 738d180 and 7beab1f.

📒 Files selected for processing (1)
  • lib/I18n/translations/italian.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • lib/I18n/translations/italian.yaml
📜 Recent review details
⏰ Context from checks skipped due to timeout. (3)
  • GitHub Check: build
  • GitHub Check: cppcheck
  • GitHub Check: unit-tests

📝 Walkthrough

Walkthrough

The Italian translation file is substantially reorganized and expanded with strings for account, connectivity, reader, synchronization, OPDS, firmware, and system interfaces. It also adds the STR_ALREADY_SYNCED key.

Changes

Italian localization

Layer / File(s) Summary
Core UI and connectivity translations
lib/I18n/translations/italian.yaml
Account, network, server, layout, Calibre, navigation, cache, error, authentication, and QR/Wi-Fi entries are reorganized and expanded.
Operational and settings translations
lib/I18n/translations/italian.yaml
Connection, hotspot, document, feed, indexing, dictionary, synchronization, update, settings, search, and operational status strings are added or replaced.
Reader and system UI translations
lib/I18n/translations/italian.yaml
Reader, theme, power, font, synchronization, OPDS, bookmark, recovery, firmware, and response strings are expanded.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested reviewers: uri-tauber

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: updating the Italian translation.
Description check ✅ Passed The description matches the change set by describing new Italian strings and alphabetical sorting.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@lib/I18n/translations/italian.yaml`:
- Line 12: Update the STR_ALREADY_SYNCED entry in the Italian translations to
use the required YAML key-value syntax by adding the missing colon before its
quoted value, preserving the existing translation text.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 024a08a9-4b54-4355-9884-2a2ca90c1650

📥 Commits

Reviewing files that changed from the base of the PR and between bb73247 and 738d180.

📒 Files selected for processing (1)
  • lib/I18n/translations/italian.yaml
📜 Review details
⏰ Context from checks skipped due to timeout. (3)
  • GitHub Check: build
  • GitHub Check: unit-tests
  • GitHub Check: cppcheck
🧰 Additional context used
🧠 Learnings (3)
📚 Learning: 2026-02-23T22:11:42.181Z
Learnt from: ariel-lindemann
Repo: crosspoint-reader/crosspoint-reader PR: 1133
File: lib/I18n/translations/finnish.yaml:92-92
Timestamp: 2026-02-23T22:11:42.181Z
Learning: In translation YAML files located in lib/I18n/translations/, literal percent signs (%) in strings (e.g., STR_HIDE_BATTERY, STR_GO_TO_PERCENT, STR_PERCENT_STEP_HINT) do not require escaping as %% and this convention is consistent across all language translations. Ensure that this pattern is followed for all YAML files in this directory to avoid introducing incorrect formatting markers in localized strings.

Applied to files:

  • lib/I18n/translations/italian.yaml
📚 Learning: 2026-03-25T10:28:30.516Z
Learnt from: jpirnay
Repo: crosspoint-reader/crosspoint-reader PR: 1495
File: lib/I18n/translations/german.yaml:294-322
Timestamp: 2026-03-25T10:28:30.516Z
Learning: In crosspoint-reader, it is expected to include “pre-emptive” translation keys in non-English YAML files before the corresponding English keys exist (e.g., german.yaml ahead of en.yaml). When reviewing changes to files under lib/I18n/translations/*.yaml, do not flag missing corresponding English keys in non-English locales as an error if the repo’s gen_i18n.py fallback mechanism is intended to handle missing English keys safely until the pending PRs land.

Applied to files:

  • lib/I18n/translations/italian.yaml
📚 Learning: 2026-04-17T18:59:20.878Z
Learnt from: KymAndriy
Repo: crosspoint-reader/crosspoint-reader PR: 1684
File: lib/I18n/translations/ukrainian.yaml:29-29
Timestamp: 2026-04-17T18:59:20.878Z
Learning: For Ukrainian (and other Slavic-language) translation YAML strings in lib/I18n/translations/*.yaml: if a format string contains a numeric placeholder produced via snprintf-style formatting (e.g., %zu) and runtime noun inflection is not feasible, place the relevant noun in genitive plural before the number in the string (e.g., "мереж %zu") rather than after it (e.g., "мережу %zu"). This avoids incorrect case forms that would otherwise result from the value affecting inflection (e.g., wrong forms like "мережу/мережі/мереж"). In such cases, do not flag the word order as incorrect.

Applied to files:

  • lib/I18n/translations/italian.yaml
🪛 YAMLlint (1.37.1)
lib/I18n/translations/italian.yaml

[error] 13-13: syntax error: could not find expected ':'

(syntax)

Comment thread lib/I18n/translations/italian.yaml Outdated
@Uri-Tauber
Uri-Tauber merged commit a39fb39 into crosspoint-reader:develop Jul 23, 2026
7 checks passed
@matteoscopel
matteoscopel deleted the italian-fixes branch July 23, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants