-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathi18nally.json
47 lines (47 loc) · 2.13 KB
/
i18nally.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"version" : "1.0",
"profiles" : [ {
"id" : "14b7d6a8-c2bf-4491-821b-9e40a0646d44",
"name" : "Laravel (PHP, BLADE)",
"keyNamingPattern" : "SNAKE_CASE_PATTERN",
"sink" : {
"id" : "788f7c2b-9b85-4dfa-bd7e-4d32cdc1ea82",
"type" : "symfony",
"translationsDirectory" : "$PROJECT_DIR$/resources/lang",
"fileType" : "php",
"defaultLocale" : "en",
"namespaces" : [ "auth", "pagination", "passwords", "validation" ],
"outputFilenameTemplate" : "%locale%/%namespace%.php",
"nestingType" : "DOT",
"placeholderFormatterName" : "LARAVEL"
},
"sources" : [ {
"id" : "d335a627-c55f-40ef-b601-1313626e4521",
"type" : "php",
"scopeName" : "i18n Ally: Laravel/PHP source",
"scopePattern" : "file[ademnea_website]:app//*&&!file[ademnea_website]:app/Broadcasting//*&&!file[ademnea_website]:app/Console//*&&!file[ademnea_website]:app/Events//*&&!file[ademnea_website]:app/Exceptions//*&&!file[ademnea_website]:app/Models//*&&!file[ademnea_website]:app/Providers//*",
"functionName" : "trans",
"argumentsTemplate" : "'%namespace%.%key%', %map%",
"skipDefaultNamespace" : false,
"sprintfMode" : false
}, {
"id" : "c925368a-90b1-4843-9b44-7ffe1d904b15",
"type" : "blade",
"scopeName" : "i18n Ally: Laravel/Blade templates",
"scopePattern" : "file[ademnea_website]:resources/views//*",
"functionName" : "trans",
"argumentsTemplate" : "'%namespace%.%key%', %map%",
"inlineTagNames" : [ "a", "abbr", "acronym", "b", "bdi", "bdo", "big", "br", "cite", "code", "data", "del", "dfn", "em", "i", "img", "input", "ins", "kbd", "label", "mark", "meter", "output", "progress", "q", "ruby", "s", "samp", "slot", "small", "span", "strong", "sub", "sup", "time", "u", "tt", "var", "wbr" ],
"translatableAttributeNames" : [ "title", "alt", "placeholder", "label", "aria-label" ],
"skipDefaultNamespace" : false
} ]
} ],
"ignores" : {
"valuesInProject" : [ ],
"valuesInFile" : { },
"filesInProject" : [ ],
"unignoredFunctionNames" : [ ],
"unignoredFunctionArguments" : { },
"ignoredArrayKeys" : [ ]
}
}