8 Commits

Author SHA1 Message Date
cf69d1b70b update 2021-05-24 19:04:17 +02:00
b96a3e5b70 Translation rules updated 2021-05-24 18:51:16 +02:00
f6202e1ffc translation rules updated 2021-05-15 12:04:03 +02:00
3f7717d333 module.json udpate for release. 2021-04-29 20:02:59 +02:00
458ae81f3f Merge branch 'master' into 'master'
Disable sub-folder names

See merge request sasmira/swade-fr!15
2021-04-29 09:35:50 +00:00
302cd4eea7 Disable sub-folder names 2021-04-29 08:57:04 +02:00
cff770a624 rules update 2021-04-26 22:22:32 +02:00
47fec369ae rules update 2021-04-25 20:02:17 +02:00
3 changed files with 166 additions and 153 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
{
"name": "swade-fr",
"title": "SWADE en Français - version *PREMIUM*",
"title": "SWADE Core Rules en Français - *NON-OFFICIEL*",
"description": "Traduction française du système SWADE <p>*** Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p>*** Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
"version": "0.17.2.3",
"version": "0.18.4.1",
"minimumCoreVersion" : "0.7.9",
"compatibleCoreVersion" : "1.0.0",
"author": "BoboursToutCool, Gronyon, Kyane, LeRatierBretonnien, Sasmira, U~man,X.O. de Vorcen",
"author": "Team Swade, La Fonderie",
"authors": [
{
"name": "BoboursToutCool",
@ -19,6 +19,10 @@
"name": "Kyane von Schnitzel",
"discord": "Kyane von Schnitzel#8654"
},
{
"name": "Lazarius",
"discord": "Lazarius#0965"
},
{
"name": "LeRatierBretonnien",
"discord": "LeRatierBretonnien#2065"
@ -27,6 +31,10 @@
"name": "Sasmira",
"discord": "Sasmira#4566"
},
{
"name": "Sharilaa",
"discord": "sharilaa#8389"
},
{
"name": "U~man",
"discord": "U~man#2374"
@ -70,5 +78,5 @@
"url": "https://gitlab.com/sasmira/swade-fr",
"manifest": "https://gitlab.com/sasmira/swade-fr/-/raw/master/module/module.json",
"download": "https://gitlab.com/sasmira/swade-fr/-/jobs/artifacts/v0.17.2.3/raw/swade-fr.zip?job=build"
"download": "https://gitlab.com/sasmira/swade-fr/-/jobs/artifacts/v0.18.4.1/raw/swade-fr.zip?job=build"
}

View File

@ -98,8 +98,8 @@ const __fix_folder_names = async ( ) => {
/************************************************************************************/
Hooks.once('ready', () => {
if (game.user.isGM) {
setTimeout( __fix_folder_names, 4000, true, false);
}
//if (game.user.isGM) {
//setTimeout( __fix_folder_names, 4000, true, false);
//}
});