From abaa7b5ad0debb238b1afba3f7a8c8c37b76c82f Mon Sep 17 00:00:00 2001 From: advplyr Date: Wed, 28 May 2025 17:09:39 -0500 Subject: [PATCH] Add arabic language option --- client/plugins/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/plugins/i18n.js b/client/plugins/i18n.js index 1769e6eb..86109175 100644 --- a/client/plugins/i18n.js +++ b/client/plugins/i18n.js @@ -5,6 +5,7 @@ import { supplant } from './utils' const defaultCode = 'en-us' const languageCodeMap = { + ar: { label: 'عربي', dateFnsLocale: 'ar' }, bg: { label: 'Български', dateFnsLocale: 'bg' }, bn: { label: 'বাংলা', dateFnsLocale: 'bn' }, ca: { label: 'Català', dateFnsLocale: 'ca' },