locale: Use en_DK instead of tk_TM for LC_TIME

This commit is contained in:
2021-04-19 18:17:05 +02:00
parent bb78154888
commit b71e768d1c

View File

@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
! locale -a | grep en_US.utf8 || export LANG=en_US.utf8 ! locale -a | grep en_US.utf8 || export LANG=en_US.utf8
! locale -a | grep tk_TM.utf8 || export LC_TIME=tk_TM.utf8 ! locale -a | grep en_DK.utf8 || export LC_TIME=en_DK.utf8