Skip to content

Commit

Permalink
exclude i18n files from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed May 24, 2023
1 parent 2a132c8 commit fcb7f52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/vendor/
/node_modules/
/public/assets/

/i18n/
/public/i18n/
2 changes: 1 addition & 1 deletion i18n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "לקובץ זה אין תוויות שזמינות לתרגום. נא לבחור בתמונה אחרת.",
Expand Down

0 comments on commit fcb7f52

Please sign in to comment.