From 9421cea0fba9e65a7bcd6acff7435f975760e35a Mon Sep 17 00:00:00 2001 From: Merlijn Vos Date: Thu, 13 Jun 2024 14:22:07 +0200 Subject: [PATCH] @uppy/locales: fix `fa_IR` export (#5241) --- 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