It would be nice if I could jump directly to the key in the locale file with :Elocale or a similar command when hovering inside a t().
So for example (* indicating cursor position):
I18n.t("admin.actions.toggle_lock.fla*sh.unlocked")
should jump to one of these locations
admin:
actions:
toggle_lock:
flash:* # if we want to support jumping to the section
unlocked: *"User unlocked successfully." # if we want to just jump to the location of the full key
locked: "User locked successfully."
It would be nice if I could jump directly to the key in the locale file with
:Elocaleor a similar command when hovering inside at().So for example (
*indicating cursor position):should jump to one of these locations