locale: Use en_DK instead of tk_TM for LC_TIME
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
! 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
|
||||
|
||||
Reference in New Issue
Block a user