forked from FrenchTranslationTeam/startermod_locale_fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
31 lines (31 loc) · 862 Bytes
/
manifest.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
{
"info" : {
"name" : "French Translation",
"namespace" : "fr_language",
"version" : 3,
"default_locale" : "fr-FR",
"steam_file_id" : "1362394094",
"client_only" : true
},
"ui": {
"js": [
"file(ui/root/js/loadLocales.js)"
]
},
"aliases" : {
},
"mixintos" : {
"stonehearth/locales/supported_languages.json" : "file(added_languages.json)"
},
"overrides" : {
"stonehearth/locales/fr-FR.json": "file(translations/stonehearth/fr-FR.json)",
"rayyas_children/locales/fr-FR.json": "file(translations/rayyas_children/fr-FR.json)",
"northern_alliance/locales/fr-FR.json": "file(translations/northern_alliance/fr-FR.json)",
"stonehearth_ace/locales/fr-FR.json": "file(translations/ace/fr-FR.json)"
"stonehearth_ace/locales/fr-FR_mixin.json": "file(translations/ace/fr-FR_mixin.json)"
},
"components" : {
},
"controllers" : {
}
}