From b9959bfeb13f51f5e46ee05c191013aa0e13b2a2 Mon Sep 17 00:00:00 2001
From: Martin Geisler <mgeisler@google.com>
Date: Fri, 19 May 2023 14:25:51 +0200
Subject: [PATCH] Publish the in-progress Italian translation (#645)

This makes the translation available on the official site. It's not linked yet, but having it available there should make it easier to review the state.
---
 .github/workflows/publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index b1f9bc95..f8be7468 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -19,7 +19,7 @@ concurrency:
 env:
   CARGO_TERM_COLOR: always
   # Update the language picker in index.hbs to link new languages.
-  LANGUAGES: da pt-BR ko
+  LANGUAGES: da it pt-BR ko
 
 jobs:
   publish: