yay refer to LC_MESSAGESS

pull/60/head
octaltree 2021-08-09 13:30:07 +09:00
parent 60c02a6652
commit fc13c8cfcc
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ EXAMPLES = '''
become_user: aur_builder
'''
def_lang = ['env', 'LC_ALL=C', 'LANGUAGE=C']
def_lang = ['env', 'LC_ALL=C', 'LANGUAGE=C', 'LC_MESSAGES=C']
use_cmd = {
'yay': ['yay', '-S', '--noconfirm', '--needed', '--cleanafter'],