diff --git a/pressure-vessel-wrap b/pressure-vessel-wrap
index 30ecc2cc8fc0a84a99a3c3407b067d1b72d2169f..d0f3e3045e7506520d15fa1ab7ce56563233d897 100755
--- a/pressure-vessel-wrap
+++ b/pressure-vessel-wrap
@@ -566,6 +566,15 @@ if [ -n "$runtime" ]; then
                     bwrap_options+=(--ro-bind "$real_path_in_host" \
                                     "/usr$real_path_in_runtime")
                 fi
+
+                # We should also pick up its locale archives.
+                if [ -e /usr/lib/locale ]; then
+                    bwrap_options+=(--ro-bind /usr/lib/locale /usr/lib/locale)
+                fi
+
+                if [ -e /usr/share/i18n ]; then
+                    bwrap_options+=(--ro-bind /usr/share/i18n /usr/share/i18n)
+                fi
             fi
 
             # /lib, /lib32 or /lib64