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