Skip to content
Snippets Groups Projects
Unverified Commit 5ea1aa18 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3210694 by longwave, quietone, Spokje: Ignore i18n-prefixed words in spellcheck

(cherry picked from commit 2dd115fe)
parent 8aca3cd3
Branches
Tags
1 merge request!1285Issue #3240655 by elfakhar Aligne the active border
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
"ignoreRegExpList": [ "ignoreRegExpList": [
"^msgstr .*", "^msgstr .*",
"!!binary .*", "!!binary .*",
"%[0-9][0-9A-F]" "%[0-9][0-9A-F]",
"\\Wi18n"
], ],
"dictionaries": ["drupal","companies", "fonts", "html", "php", "softwareTerms"], "dictionaries": ["drupal","companies", "fonts", "html", "php", "softwareTerms"],
"dictionaryDefinitions": [ "dictionaryDefinitions": [
......
...@@ -1022,9 +1022,6 @@ narf ...@@ -1022,9 +1022,6 @@ narf
navs navs
nbaz nbaz
nbchoices nbchoices
nblocks
ncck
ncontent
ndash ndash
ndelay ndelay
ndocs ndocs
...@@ -1044,7 +1041,6 @@ nids ...@@ -1044,7 +1041,6 @@ nids
nightlies nightlies
nightwatch nightwatch
nightwatchjs nightwatchjs
nmenu
nmsgid nmsgid
nmsgstr nmsgstr
nntp nntp
...@@ -1089,12 +1085,7 @@ notnull ...@@ -1089,12 +1085,7 @@ notnull
notsimpletest notsimpletest
nourriture nourriture
nplurals nplurals
npoll
nprofile
nresponse nresponse
nstrings
nsync
ntaxonomy
ntfs ntfs
nturn nturn
nyan nyan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment