]> git.plutz.net Git - shellwiki/commitdiff
set time format for `date`
authorPaul Hänsch <paul@plutz.net>
Thu, 1 Feb 2024 15:48:21 +0000 (16:48 +0100)
committerPaul Hänsch <paul@plutz.net>
Thu, 1 Feb 2024 15:48:21 +0000 (16:48 +0100)
l10n/de.sh

index 0cd3d70cbeb5fb6bdaafa96a1a3ff84a55c53e07..ac4fb9903478ece8d1f068eee4201a1ef009b8e3 100644 (file)
@@ -14,6 +14,8 @@
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
 # IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
+export LC_TIME=de_DE.UTF-8
+
 _l10n_de(){
 case $* in
   'Page names containing newline character are not allowed') printf 'Seitennamen mit Zeilenumbruch sind nicht erlaubt';;