From 1bd71f9eb508d86d7a17da566e07790d6bf04561 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Mon, 29 Apr 2024 20:10:25 +0900 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Release-Process.md b/Release-Process.md index 9f18ae1..8d95508 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -25,7 +25,17 @@ git pull git reset --hard HEAD ``` +# Refresh Web UI translations + +``` +cd python/web +./translation_update.sh +``` + +Verify that the Web UI can still start up. Then commit the changes to po files under `python/web/src/translations` . + # Update the version number + ``` vim cpp/shared/piscsi_version.cpp ```