From ee181a598b6683dfc68e7387d3e4870f98083baf Mon Sep 17 00:00:00 2001 From: "mealie-actions[bot]" <247473823+mealie-actions[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 03:10:29 +0000 Subject: [PATCH] chore(l10n): Crowdin locale sync (#7595) Co-authored-by: GitHub Action --- frontend/app/composables/use-locales/available-locales.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/composables/use-locales/available-locales.ts b/frontend/app/composables/use-locales/available-locales.ts index cb84fbf69..c3b5cedac 100644 --- a/frontend/app/composables/use-locales/available-locales.ts +++ b/frontend/app/composables/use-locales/available-locales.ts @@ -10,7 +10,7 @@ export const LOCALES = [ { name: "简体中文 (Chinese simplified)", value: "zh-CN", - progress: 55, + progress: 54, dir: "ltr", pluralFoodHandling: "never", }, @@ -143,7 +143,7 @@ export const LOCALES = [ { name: "Italiano (Italian)", value: "it-IT", - progress: 72, + progress: 73, dir: "ltr", pluralFoodHandling: "always", },