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 ```