Fix missing texture/duplicate sprite reported by checkrefs.py
[0ad.git] / binaries / data / l10n / messages.json
blob336963b781ea42c0ae82d674d0464257a5c4575f
2         {
3                 "output": "engine.pot",
4                 "inputRoot": "../../../source",
5                 "project": "Pyrogenesis",
6                 "copyrightHolder": "Wildfire Games",
7                 "rules": [
8                         {
9                                 "extractor": "cpp",
10                                 "filemasks": {
11                                         "includeMasks": ["**.cpp"],
12                                         "excludeMasks": ["third_party/**", "tools/**"]
13                                 },
14                                 "options": {
15                                         "format": "c-format",
16                                         "keywords": {
17                                                 "Translate": [1],
18                                                 "TranslatePlural": [1, 2],
19                                                 "TranslateWithContext": [[1], 2],
20                                                 "TranslatePluralWithContext": [[1], 2, 3],
21                                                 "MarkForTranslation": [1],
22                                                 "MarkForTranslationWithContext": [[1], 2]
23                                         },
24                                         "commentTags": [
25                                                 "dennis-ignore:",
26                                                 "Translation:"
27                                         ]
28                                 }
29                         }
30                 ]
31         }