Conversation
Review Summary by QodoUpdate translations for all supported languages with notification system changes
WalkthroughsDescription• Update translations across 25 languages for JabRef • Remove obsolete notification-related translation keys • Add new notification section headers and keys • Reorganize and clean up translation file structure Diagramflowchart LR
A["Translation Files<br/>25 Languages"] -->|Remove obsolete keys| B["Clean up<br/>Notification strings"]
A -->|Add new keys| C["Add Notification<br/>Section Headers"]
B --> D["Updated<br/>Translation Files"]
C --> D
File Changes1. jablib/src/main/resources/l10n/JabRef_ar.properties
|
Code Review by Qodo
1. Citation count fetcher: ends colon
|
| @@ -1,11 +1,11 @@ | |||
| Unable\ to\ monitor\ file\ changes.\ Please\ close\ files\ and\ processes\ and\ restart.\ You\ may\ encounter\ errors\ if\ you\ continue\ with\ this\ session.=Impossible de surveiller les changements de fichiers. Veuillez fermer les fichiers et les traitements puis redémarrer. Vous pourriez rencontrer des erreurs si vous continuez avec cette session. | |||
|
|
|||
| Citation\ count\ fetcher\:=Outil de collecte du nombre de citations \: | |||
There was a problem hiding this comment.
1. citation count fetcher: ends colon 📘 Rule violation ✓ Correctness
A newly added UI string ends with a trailing colon, which violates the project’s UI text conventions for labels. This can lead to inconsistent UI wording across dialogs and translations.
Agent Prompt
## Issue description
The newly added localized UI label for `Citation count fetcher:` ends with a trailing `:` which violates the UI text conventions (labels should not end with `:`).
## Issue Context
This change was introduced in the French localization properties and should be aligned with the project’s UI text conventions.
## Fix Focus Areas
- jablib/src/main/resources/l10n/JabRef_fr.properties[3-3]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
| Swap\ content=Scambia il contenuto | ||
| Copy\ or\ move\ the\ content\ of\ one\ field\ to\ another=Copia o sposta il contenuto di un campo in un altro | ||
| Automatic\ field\ editor=Editor automatico dei campi | ||
| %0\ /\ %1\ affected\ entries=%0 / %1 voci convolte |
There was a problem hiding this comment.
2. Typo voci convolte 📘 Rule violation ✓ Correctness
The newly added Italian translation contains a spelling mistake (convolte instead of coinvolte). This is user-facing text and reduces UI quality/professionalism.
Agent Prompt
## Issue description
The added Italian translation for `%0 / %1 affected entries` contains a typo: `voci convolte`.
## Issue Context
This is user-facing localization text and should be corrected to be typo-free.
## Fix Focus Areas
- jablib/src/main/resources/l10n/JabRef_it.properties[2611-2611]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
✅ All tests passed ✅🏷️ Commit: 26872cf Learn more about TestLens at testlens.app. |
* upstream/main: (59 commits) Fix 15000 identifier (JabRef#15286) Chore(deps): Bump dev.langchain4j:langchain4j-bom in /versions (JabRef#15305) Supress JavaFX VirtualFlow Info log noise for large libraries (10k+). (JabRef#15298) Chore(deps): Bump commons-logging:commons-logging in /versions (JabRef#15304) Fix merge dialog closing immediately when only one PDF importer returns metadata (JabRef#15127) (JabRef#15287) Fixed nullable eventhandlers (JabRef#15288) New Crowdin updates (JabRef#15285) Fix the ESC key for GlobalSearchResultDialog (JabRef#15259) Remove jbang plugin banner (JabRef#15282) Chore(deps): Bump org.apache.httpcomponents.core5:httpcore5 in /versions (JabRef#15281) Udpate to latest gradle master (JabRef#15279) Migrate to GemsFX Notifications (JabRef#14762) Chore(deps): Bump JetBrains/junie-github-action from 0 to 1 (JabRef#15272) Chore(deps): Bump docker/setup-qemu-action from 3 to 4 (JabRef#15269) Feature/citation count dropdown (JabRef#15216) Update dependency org.apache.maven.plugins:maven-resources-plugin to v3.5.0 (JabRef#15275) Chore(deps): Bump jablib/src/main/resources/csl-styles (JabRef#15273) Fix more security Fix pr_body leakage Chore: add dependency-management.md (JabRef#15278) ...
No description provided.