|
14 | 14 | "csv": { |
15 | 15 | "include": ["demo/csv/example.csv"] |
16 | 16 | }, |
| 17 | + "ejs": { |
| 18 | + "include": ["demo/ejs/[locale]/*.ejs"] |
| 19 | + }, |
17 | 20 | "flutter": { |
18 | 21 | "include": ["demo/flutter/[locale]/*.arb"] |
19 | 22 | }, |
20 | 23 | "html": { |
21 | 24 | "include": ["demo/html/[locale]/*.html"] |
22 | 25 | }, |
23 | 26 | "json": { |
24 | | - "include": ["demo/json/[locale]/*.json"], |
| 27 | + "include": ["demo/json/[locale]/example.json"], |
25 | 28 | "lockedKeys": ["locked_key_1"], |
26 | 29 | "ignoredKeys": ["ignored_key_1"] |
27 | 30 | }, |
28 | 31 | "jsonc": { |
29 | | - "include": ["demo/jsonc/[locale]/*.jsonc"], |
| 32 | + "include": ["demo/jsonc/[locale]/example.jsonc"], |
30 | 33 | "lockedKeys": ["locked_key_1"], |
31 | 34 | "ignoredKeys": ["ignored_key_1"] |
32 | 35 | }, |
| 36 | + "json5": { |
| 37 | + "include": ["demo/json5/[locale]/example.json5"] |
| 38 | + }, |
| 39 | + "json-dictionary": { |
| 40 | + "include": ["demo/json-dictionary/example.json"] |
| 41 | + }, |
| 42 | + "markdoc": { |
| 43 | + "include": ["demo/markdoc/[locale]/*.markdoc"] |
| 44 | + }, |
33 | 45 | "markdown": { |
34 | 46 | "include": ["demo/markdown/[locale]/*.md"], |
35 | 47 | "exclude": ["demo/markdown/[locale]/ignored.md"] |
|
45 | 57 | "properties": { |
46 | 58 | "include": ["demo/properties/[locale]/*.properties"] |
47 | 59 | }, |
| 60 | + "srt": { |
| 61 | + "include": ["demo/srt/[locale]/*.srt"] |
| 62 | + }, |
| 63 | + "txt": { |
| 64 | + "include": ["demo/txt/[locale]/*.txt"] |
| 65 | + }, |
48 | 66 | "typescript": { |
49 | 67 | "include": ["demo/typescript/[locale]/*.ts"], |
50 | 68 | "lockedKeys": ["forms/locked_key_1"], |
51 | 69 | "ignoredKeys": ["forms/ignored_key_1"] |
52 | 70 | }, |
| 71 | + "vtt": { |
| 72 | + "include": ["demo/vtt/[locale]/*.vtt"] |
| 73 | + }, |
53 | 74 | "xcode-strings": { |
54 | 75 | "include": ["demo/xcode-strings/[locale]/*.strings"] |
55 | 76 | }, |
|
64 | 85 | "xcode-xcstrings-v2": { |
65 | 86 | "include": ["demo/xcode-xcstrings-v2/*.xcstrings"] |
66 | 87 | }, |
| 88 | + "xml": { |
| 89 | + "include": ["demo/xml/[locale]/*.xml"] |
| 90 | + }, |
67 | 91 | "yaml": { |
68 | 92 | "include": ["demo/yaml/[locale]/*.yml"], |
69 | 93 | "lockedKeys": ["locked_key_1"], |
|
0 commit comments