Translations:DMenu/7/en
From Manjaro
Views
Actions
Namespaces
Variants
Tools
Edit file /usr/bin/dmenu_run and add a line setting your LANG variable to your actual language locale before the line that calls dmenu:
#!/bin/sh LANG="en_GB.UTF-8" <-- Change it according to your locale. dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"}