github.com/Liam-Williams/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/examples/excluded/excluded.json (about)

     1  {
     2   "excludedStrings" : [
     3     "",
     4     " ",
     5     "\n",
     6     "\t",
     7     "\n\t",
     8  
     9     "extract_strings",
    10     "excluded.json",
    11     "i18n4go",
    12     ".en.json",
    13     ".extracted.json",
    14     "json:\"id\"",
    15     "json:\"filename\"",
    16     "json:\"excludedStrings\"",
    17     "json:\"translation\"",
    18     "json:\"value\"",
    19     "json:\"offset\"",
    20     "json:\"line\"",
    21     "json:\"column\"",
    22     "recursive:",
    23     ".json",
    24     ".po",
    25     ", column: ",
    26     ", line: ",
    27     ", offset: ",
    28     "msgid ",
    29     "msgstr ",
    30     "# filename: ",
    31     ".",
    32     "\\",
    33     "help",
    34     ".go",
    35     "",
    36     "/",
    37     "false",
    38     "true"
    39   ],
    40   "excludedRegexps" : [
    41     "^\\d+$",
    42     "^-\\w$",
    43     "^\\w$",
    44     "^json:"
    45   ]
    46  }