Skip to content

Commit d402af5

Browse files
GustedSysoev, Vladimir
Gusted
authored and
Sysoev, Vladimir
committed
Add missing translation for queue flush workers (go-gitea#20791)
- Add a missing translation key and value for the flush worker indication - Resolves go-gitea#20770
1 parent 5397097 commit d402af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

options/locale/locale_en-US.ini

+1
Original file line numberDiff line numberDiff line change
@@ -2895,6 +2895,7 @@ monitor.queue.nopool.title = No Worker Pool
28952895
monitor.queue.nopool.desc = This queue wraps other queues and does not itself have a worker pool.
28962896
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.
28972897
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.
2898+
monitor.queue.flush = Flush worker
28982899
monitor.queue.pool.timeout = Timeout
28992900
monitor.queue.pool.addworkers.title = Add Workers
29002901
monitor.queue.pool.addworkers.submit = Add Workers

0 commit comments

Comments
 (0)