github.com/Liam-Williams/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/test_fixtures/merge_strings/r_option/expected_output/en.all.json (about) 1 [ 2 { 3 "id": "the excluded JSON file name, all strings there will be excluded", 4 "translation": "the excluded JSON file name, all strings there will be excluded" 5 }, 6 { 7 "id": "the file name for which strings are extracted", 8 "translation": "the file name for which strings are extracted" 9 }, 10 { 11 "id": "create translation files for different languages using a source file", 12 "translation": "create translation files for different languages using a source file" 13 }, 14 { 15 "id": "prints the usage", 16 "translation": "prints the usage" 17 }, 18 { 19 "id": "Potato", 20 "translation": "Potato bananana cream pie" 21 }, 22 { 23 "id": "verbose mode where lots of output is generated during execution", 24 "translation": "verbose mode where lots of output is generated during execution" 25 }, 26 { 27 "id": "output directory where the translation files will be placed", 28 "translation": "output directory where the translation files will be placed" 29 }, 30 { 31 "id": "the dir name for which all .go files will have their strings extracted", 32 "translation": "the dir name for which all .go files will have their strings extracted" 33 }, 34 { 35 "id": "generated files are created in directory to match the package name", 36 "translation": "generated files are created in directory to match the package name" 37 }, 38 { 39 "id": "prevents any output files from being created", 40 "translation": "prevents any output files from being created" 41 }, 42 { 43 "id": "want to extract strings from file or directory", 44 "translation": "want to extract strings from file or directory" 45 }, 46 { 47 "id": "the source language of the file, typically also part of the file name, e.g., \"en_US\"", 48 "translation": "the source language of the file, typically also part of the file name, e.g., \"en_US\"" 49 }, 50 { 51 "id": "your public Google Translate API key which is used to generate translations (charge is applicable)", 52 "translation": "your public Google Translate API key which is used to generate translations (charge is applicable)" 53 }, 54 { 55 "id": "generate standard .po file for translation", 56 "translation": "generate standard .po file for translation" 57 }, 58 { 59 "id": "Total files parsed:", 60 "translation": "Total files parsed:" 61 }, 62 { 63 "id": "recursively extract strings from all files in the same directory as filename or dirName", 64 "translation": "recursively extract strings from all files in the same directory as filename or dirName" 65 }, 66 { 67 "id": "An unexpected type of error", 68 "translation": "An unexpected type of error" 69 }, 70 { 71 "id": "Total time:", 72 "translation": "Total time:" 73 }, 74 { 75 "id": "generated files are created in the specified output directory", 76 "translation": "generated files are created in the specified output directory" 77 }, 78 { 79 "id": "Total extracted strings:", 80 "translation": "Total extracted strings:" 81 }, 82 { 83 "id": "a perl-style regular expression for files to ignore, e.g., \".*test.*\"", 84 "translation": "a perl-style regular expression for files to ignore, e.g., \".*test.*\"" 85 } 86 ]