Skip to content

Commit

Permalink
Replacement localization (#10358)
Browse files Browse the repository at this point in the history
* Change key

* Fix L10

* Update src/main/resources/l10n/JabRef_en.properties

Co-authored-by: Christoph <[email protected]>

---------

Co-authored-by: Christoph <[email protected]>
  • Loading branch information
Luggas4you and Siedlerchr authored Sep 9, 2023
1 parent c9038de commit 8d4e8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ protected Void call() throws Exception {
skipped++;
} else {
for (Path file : files) {
updateMessage(Localization.lang("Writing metadata to {}", file.getFileName()));
updateMessage(Localization.lang("Writing metadata to %0", file.getFileName()));

if (Files.exists(file)) {
try {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2579,4 +2579,4 @@ Failed\ to\ download\ from\ URL=Failed to download from URL
Finished=Finished
Finished\ writing\ metadata\ for\ library\ %0\ (%1\ succeeded,\ %2\ skipped,\ %3\ errors).=Finished writing metadata for library %0 (%1 succeeded, %2 skipped, %3 errors).
Processing...=Processing...
Writing\ metadata\ to\ {}=Writing metadata to {}
Writing\ metadata\ to\ %0=Writing metadata to %0

0 comments on commit 8d4e8d8

Please sign in to comment.