🐛 fix(dh): rename locale directory to lang

The locale directory was renamed to lang to better reflect its contents.
This commit is contained in:
zenobit 2023-04-11 22:11:43 +02:00
parent aee9c57078
commit 1717296740
1 changed files with 1 additions and 1 deletions

2
dh
View File

@ -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() {