From 1717296740532a658e08463458bd5d19f8c71eba Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 11 Apr 2023 22:11:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(dh):=20rename=20locale=20dir?= =?UTF-8?q?ectory=20to=20lang=20The=20locale=20directory=20was=20renamed?= =?UTF-8?q?=20to=20lang=20to=20better=20reflect=20its=20contents.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dh b/dh index c9e3522..bab3dc4 100755 --- a/dh +++ b/dh @@ -228,7 +228,7 @@ EOF echo "$MSG_C_ENTRIES" cp -r ready "$DH_CONFIG_DIR/" cp -r supported "$DH_CONFIG_DIR/" - cp -r locale "$DH_CONFIG_DIR/" + cp -r lang "$DH_CONFIG_DIR/" } function installation_process() {