sitefinitysteve It would be nice if there was some sort of element over localization keys that show what the english (or configured default) value (or if it's missing it) instead of needing to hover on it.
JakubMisek sitefinitysteve we already do it for Laravel (and Symfony) projects, but it expects language .php or .json files only in lang/ or resources/lang subdirectories. May I ask what is your setup?
JakubMisek We do it inside Laravel projects already, because it has a well-defined directory structure. What framework do you use it in? For example, WordPress has also __ function and translation files are in a .po format in wp-content folder.