From fcb7f52d2fcf2225a768929020ef776806ab74f8 Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Wed, 24 May 2023 14:04:59 +0800 Subject: [PATCH] exclude i18n files from eslint --- .eslintignore | 3 ++- i18n/he.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 088acab3..68072fc7 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,5 @@ /vendor/ /node_modules/ /public/assets/ - +/i18n/ +/public/i18n/ diff --git a/i18n/he.json b/i18n/he.json index 3b8f2a2c..dd038790 100644 --- a/i18n/he.json +++ b/i18n/he.json @@ -24,7 +24,7 @@ "preferred-langs-field-help": "השפות האלו תופענה בראש הרשימה בעת מעבר בין אחת לשנייה בעמוד התרגום.", "add-preferred-lang": "הוספה", "search-help": "נא להקליד שם קובץ מוויקישיתוף", - "search-label": "שם קובץ (ללא הקידומת ‚File:/קובץ:’) או כתובת:", + "search-label": "שם קובץ (ללא הקידומת ‚File:‎/קובץ:’) או כתובת:", "search-placeholder": "100 Years War France 1435.svg", "translate-button": "תרגום", "no-translations": "לקובץ זה אין תוויות שזמינות לתרגום. נא לבחור בתמונה אחרת.",