added locale gen script
This commit is contained in:
6
debian/generate-locale.sh
vendored
Normal file
6
debian/generate-locale.sh
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export LANGUAGE=en_US.UTF-8
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
locale-gen en_US.UTF-8
|
||||||
Reference in New Issue
Block a user