vboot: Add VB2_ERROR_UI_INVALID_LOCALE to vb2_error_t

BRANCH=none
BUG=b:146399181
TEST=USE="menu_ui" emerge-nami depthcharge

Change-Id: I8c0e37adc4f37900a5e426f24a581befb07c6a34
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2137152
diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h
index 79b1a12..62885fb 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -788,6 +788,9 @@
 	/* Image not found in the archive */
 	VB2_ERROR_UI_MISSING_IMAGE = 0x100c0005,
 
+	/* Requested locale not available */
+	VB2_ERROR_UI_INVALID_LOCALE = 0x100c0006,
+
 	/**********************************************************************
 	 * Errors generated by host library (non-firmware) start here.
 	 */