diff mbox series

[COMMITTED] stdio-common: Generate ja_JP.EUC-JP locale

Message ID 87k0csq44o.fsf@oldenburg.str.redhat.com
State New
Headers show
Series [COMMITTED] stdio-common: Generate ja_JP.EUC-JP locale | expand

Commit Message

Florian Weimer March 17, 2022, 10:12 a.m. UTC
It is needed by tst-swprintf.

---
 stdio-common/Makefile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 4a4aa805ed..435cd8904f 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -250,6 +250,7 @@  LOCALES := \
   de_DE.ISO-8859-1 \
   de_DE.UTF-8 \
   en_US.ISO-8859-1 \
+  ja_JP.EUC-JP \
   ps_AF.UTF-8 \
   # LOCALES
 include ../gen-locales.mk