Skip to content

Commit

Permalink
Fix downloads not being shown
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Nov 17, 2024
1 parent 0223e77 commit 4f0fc9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions ui/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ trust-converter.marginal=Marginal trustees
trust-converter.full=Full trustees
trust-converter.ultimate=Only myself

# Enums
# Enums (beware of naming!)

## Trust

Expand Down Expand Up @@ -542,13 +542,13 @@ enum.filetype.directory=Directory
## FileProgressDisplay State

# suppress inspection "UnusedProperty"
enum.file-progress-display.state.searching=Searching
enum.fileprogressdisplay.state.searching=Searching
# suppress inspection "UnusedProperty"
enum.file-progress-display.state.transferring=Transferring
enum.fileprogressdisplay.state.transferring=Transferring
# suppress inspection "UnusedProperty"
enum.file-progress-display.state.removing=Removing
enum.fileprogressdisplay.state.removing=Removing
# suppress inspection "UnusedProperty"
enum.file-progress-display.state.done=Done
enum.fileprogressdisplay.state.done=Done

## Country

Expand Down
8 changes: 4 additions & 4 deletions ui/src/main/resources/i18n/messages_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -461,13 +461,13 @@ enum.filetype.directory=Répertoire
## FileProgressDisplay State

# suppress inspection "UnusedProperty"
enum.file-progress-display.state.searching=Recherche
enum.fileprogressdisplay.state.searching=Recherche
# suppress inspection "UnusedProperty"
enum.file-progress-display.state.transferring=Transfert
enum.fileprogressdisplay.state.transferring=Transfert
# suppress inspection "UnusedProperty"
enum.file-progress-display.state.removing=Retirement
enum.fileprogressdisplay.state.removing=Retirement
# suppress inspection "UnusedProperty"
enum.file-progress-display.state.done=Terminé
enum.fileprogressdisplay.state.done=Terminé

## Country

Expand Down

0 comments on commit 4f0fc9c

Please sign in to comment.