From 00950704259bc547d302bbe3182d460e55b31b7f Mon Sep 17 00:00:00 2001 From: rygrit <62373365+RYGRIT@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:26:33 +0800 Subject: [PATCH 1/2] chore: resolve broken alert rendering in nested list --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1790b620..6f1b31781 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -334,7 +334,7 @@ To add a new locale: cp i18n/locales/uk-UA.json lunaria/files/uk-UA.json ``` - > [!IMPORTANT] + > **Important:** > This file must be committed. Lunaria uses git history to track translation progress, so the build will fail if this file is missing. 5. If the language is `right-to-left`, add `dir: 'rtl'` (see `ar-EG` in config for example) From 8c462011bf581d1db956c0be11d854a928fce63e Mon Sep 17 00:00:00 2001 From: rygrit <62373365+RYGRIT@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:00:35 +0800 Subject: [PATCH 2/2] chore: add warning icon --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f1b31781..b5f52addc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -334,7 +334,7 @@ To add a new locale: cp i18n/locales/uk-UA.json lunaria/files/uk-UA.json ``` - > **Important:** + > ⚠**Important:** > This file must be committed. Lunaria uses git history to track translation progress, so the build will fail if this file is missing. 5. If the language is `right-to-left`, add `dir: 'rtl'` (see `ar-EG` in config for example)