Give users an option to share/create a link to a specific translation key so they can be included in the documentation or in tickets project management systems.
Options:
  1. Add new parameter to point to the translation key with or without namespace:
.../?hash=x&translation-key=JournalsList&namespace=common
.../?hash=x&translation-key=JournalsList&namespace=
  1. Add search option with exact search that needs to be 1 to 1 match including case-sensivity:
.../?hash=x&search=JournalsList&search-type=exact
This option would require adding support for specifying namespaces in the search query.