Skip to content

Commit

Permalink
Add missing translation for queue flush workers (#20791)
Browse files Browse the repository at this point in the history
- Add a missing translation key and value for the flush worker indication
- Resolves #20770
  • Loading branch information
Gusted committed Aug 14, 2022
1 parent cf0fef2 commit 4f56ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2895,6 +2895,7 @@ monitor.queue.nopool.title = No Worker Pool
monitor.queue.nopool.desc = This queue wraps other queues and does not itself have a worker pool.
monitor.queue.wrapped.desc = A wrapped queue wraps a slow starting queue, buffering queued requests in a channel. It does not have a worker pool itself.
monitor.queue.persistable-channel.desc = A persistable-channel wraps two queues, a channel queue that has its own worker pool and a level queue for persisted requests from previous shutdowns. It does not have a worker pool itself.
monitor.queue.flush = Flush worker
monitor.queue.pool.timeout = Timeout
monitor.queue.pool.addworkers.title = Add Workers
monitor.queue.pool.addworkers.submit = Add Workers
Expand Down

0 comments on commit 4f56ab3

Please sign in to comment.