From 8242ee498e49c7d9fef41598e9013aef9fba3efe Mon Sep 17 00:00:00 2001 From: Murderlon Date: Tue, 11 Jun 2024 09:58:42 +0200 Subject: [PATCH] @uppy/locales: fix fa_IR export --- packages/@uppy/locales/src/fa_IR.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/@uppy/locales/src/fa_IR.ts b/packages/@uppy/locales/src/fa_IR.ts index c1ce983b23..07687df926 100644 --- a/packages/@uppy/locales/src/fa_IR.ts +++ b/packages/@uppy/locales/src/fa_IR.ts @@ -223,3 +223,5 @@ fa_IR.strings = { zoomIn: 'بزرگ‌نمایی', zoomOut: 'کوچک‌نمایی', } + +export default fa_IR