From 247bbdf39387cfddd0d145173dfddd56ab1d526f Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 29 Jan 2026 01:41:12 +0100 Subject: [PATCH] feat(i18n): Add Bavarian German language support (#6834) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- src/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n.js b/src/i18n.js index 5874e3bb3..5bb78c3e8 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -9,6 +9,7 @@ const languageList = { be: "Беларуская", "de-DE": "Deutsch (Deutschland)", "de-CH": "Deutsch (Schweiz)", + bar: "Bairisch", "nl-NL": "Nederlands", "nb-NO": "Norsk", "es-ES": "Español",