Conversation
Review Summary by QodoCrowdin localization updates for French, Italian, and Portuguese
WalkthroughsDescription• Add French translations for executable and push-related messages • Add Italian translations for executable and push-related messages • Add Portuguese (Brazilian) translations for library, import, export, and validation messages Diagramflowchart LR
A["Translation Source"] -->|French| B["JabRef_fr.properties"]
A -->|Italian| C["JabRef_it.properties"]
A -->|Portuguese BR| D["JabRef_pt_BR.properties"]
B --> E["Executable & Push Messages"]
C --> F["Executable & Push Messages"]
D --> G["Library, Import, Export & Validation Messages"]
File Changes1. jablib/src/main/resources/l10n/JabRef_fr.properties
|
Code Review by Qodo
1. Duplicate executable error string
|
* upstream/main: (775 commits) Chore(deps): Bump com.konghq:unirest-modules-gson in /versions (#15682) Chore(deps): Bump org.glassfish.jaxb:jaxb-runtime in /versions (#15681) Update dependency com.konghq:unirest-modules-gson to v4.9.0 (#15679) Integrate with SearchRxiv (#15373) Fix requirements (#15600) refactor: less objects during writing (#15677) Fix: suppress WARN for empty or blank column name in MainTableColumnModel#parse() (#15576) New Crowdin updates (#15676) Chore(deps): Bump com.github.ben-manes.caffeine:caffeine in /versions (#15673) Fix Nullwarnings - C (Mark bst package as nonnull by default) (#15663) Chore(deps): Bump com.github.javaparser:javaparser-symbol-solver-core (#15674) Chore(deps): Bump com.github.javaparser:javaparser-core in /versions (#15672) New Crowdin updates (#15669) Fix OpenRewrite (#15670) Udpate heylogs (and fix CHANGELOG.md) (#15671) Improve security and prevent shell injection for push2applications (#15628) Fix depdency analysis (#15668) Always use CI-local "gradle", instead of gradlew (#15667) Change OpenRewrite task to use rewriteDryRun (#15664) Add small documentation to parameter (#15666) ...
No description provided.