Manjaro Difference between revisions of "Translations:DMenu/7/tr"

Difference between revisions of "Translations:DMenu/7/tr"

From Manjaro
(Created page with "'''/usr/bin/dmenu_run''' dosyasını düzenleyin ve dmenu'yu çağıran satırın öncesine LANG değişkeninizi gerçek dil yerel ayarınıza ayarlayan bir satır ekleyin: #...")
 
(No difference)

Latest revision as of 20:58, 15 April 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (DMenu)
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"}

/usr/bin/dmenu_run dosyasını düzenleyin ve dmenu'yu çağıran satırın öncesine LANG değişkeninizi gerçek dil yerel ayarınıza ayarlayan bir satır ekleyin:

#!/bin/sh
LANG="en_GB.UTF-8" <- Yerel ayarınıza göre değiştirin.
dmenu_path | dmenü "$@" | ${SHELL:-"/bin/sh"}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.