-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix-localization #13092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix-localization #13092
Conversation
| new Label(Localization.lang("A new version of JabRef is available!")), | ||
| new Label(Localization.lang("Latest version") + ": " + latestVersion.getFullVersion()), | ||
| new Label(Localization.lang("Installed version") + ": " + currentVersion.getFullVersion()), | ||
| new Label(Localization.lang("Latest version: %0", latestVersion.getFullVersion())), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The label text ends with a colon, which should be avoided as per guidelines. It should not end with a colon.
| new Label(Localization.lang("Latest version") + ": " + latestVersion.getFullVersion()), | ||
| new Label(Localization.lang("Installed version") + ": " + currentVersion.getFullVersion()), | ||
| new Label(Localization.lang("Latest version: %0", latestVersion.getFullVersion())), | ||
| new Label(Localization.lang("Installed version: %0", currentVersion.getFullVersion())), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The label text ends with a colon, which should be avoided as per guidelines. It should not end with a colon.
|
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
…ddLobidIsbnFetcher * 'addLobidIsbnFetcher' of github.com:JabRef/jabref: (26 commits) Bump com.konghq:unirest-java-core from 4.4.6 to 4.4.7 (#13104) Bump ai.djl:bom from 0.32.0 to 0.33.0 (#13106) Bump org.openrewrite.rewrite from 7.5.0 to 7.6.1 (#13105) Bump com.tngtech.archunit:archunit-junit5-engine from 1.4.0 to 1.4.1 (#13103) Bump com.konghq:unirest-modules-gson from 4.4.6 to 4.4.7 (#13102) Bump jablib/src/main/resources/csl-styles from `b8070a7` to `9b777f6` (#13101) Refine http sever doc (#13100) Add type "Bug" (#13099) Fix dash feat: select correct tab for creation of new entry (#13087) (#13091) Add missing empty line Fix notarization flag (#13095) Add more options to ADR-044 (#13098) Update year (#13097) Add ADR for migration from Apache Commons to Picocli (#13096) fix-localization (#13092) Fix condition for "comment-on-pr" fix-git-version (#13093) hotfix: enable ea build also on label added Check label "dev: binary" for upload to builds.jabref.org (#13086) ...
Minor localization fixes
Mandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if change is visible to the user)