fix: add missing locale (#33641)

this removed in #23113 but still using in `head_navbar.tmpl`
pull/33636/head^2
metiftikci 6 days ago committed by GitHub
parent ce65613690
commit 84d2159ef6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1702,7 +1702,9 @@ issues.time_estimate_invalid = Time estimate format is invalid
issues.start_tracking_history = started working %s issues.start_tracking_history = started working %s
issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed
issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!` issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!`
issues.stop_tracking = Stop Timer
issues.stop_tracking_history = worked for <b>%[1]s</b> %[2]s issues.stop_tracking_history = worked for <b>%[1]s</b> %[2]s
issues.cancel_tracking = Discard
issues.cancel_tracking_history = `canceled time tracking %s` issues.cancel_tracking_history = `canceled time tracking %s`
issues.del_time = Delete this time log issues.del_time = Delete this time log
issues.add_time_history = added spent time <b>%[1]s</b> %[2]s issues.add_time_history = added spent time <b>%[1]s</b> %[2]s

Loading…
Cancel
Save