Commit 33c1158 1 parent fe47a27 commit 33c1158 Copy full SHA for 33c1158
File tree 5 files changed +28
-6
lines changed
5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ Can safely be enabled/disabled in ongoing saves.
9
9
xProtosx: [ Russian translation] ( https://github.com/fluffy-mods/FollowMe/commit/0f8f7b1 )
10
10
Jorge Martínez: [ Spanish translations] ( https://github.com/fluffy-mods/FollowMe/commit/4e32b03 )
11
11
Oleksii Bespalov: [ Fix settings saving] ( https://github.com/fluffy-mods/FollowMe/commit/eef73a6 )
12
- Proxyer: [ Japanese Translation ] ( https://github.com/fluffy-mods/FollowMe/commit/6e9507f )
12
+ Proxyer: [ Japanese translation ] ( https://github.com/fluffy-mods/FollowMe/commit/6e9507f )
13
13
duduluu: [ Chinese translation] ( https://github.com/fluffy-mods/FollowMe/commit/75a5a6f )
14
+ stiphendor: [ French translation] ( https://github.com/fluffy-mods/FollowMe/commit/fe47a27 )
14
15
15
16
16
17
![ Think you found a bug?] ( https://banners.karel-kroeze.nl/title/Think%20you%20found%20a%20bug%3F.png )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public override void FinalizeInit() {
17
17
base . FinalizeInit ( ) ;
18
18
19
19
if ( ! _patched ) {
20
- Harmony harmonyInstance = new Harmony ( "Fluffy.FollowMe" ) ;
20
+ Harmony harmonyInstance = new ( "Fluffy.FollowMe" ) ;
21
21
harmonyInstance . PatchAll ( Assembly . GetExecutingAssembly ( ) ) ;
22
22
_patched = true ;
23
23
}
Original file line number Diff line number Diff line change 5
5
"url" : " https://github.com/fluffy-mods/FollowMe" ,
6
6
"version" : {
7
7
"major" : 5 ,
8
- "minor" : 2 ,
9
- "build" : 104
8
+ "minor" : 3 ,
9
+ "build" : 105
10
10
},
11
11
"author" : {
12
12
"name" : " Fluffy" ,
28
28
}
29
29
],
30
30
"changelog" : [
31
+ {
32
+ "date" : " 2021-08-13T08:11:44.000Z" ,
33
+ "message" : " French translation" ,
34
+ "author" : {
35
+ "name" : " stiphendor" ,
36
+
37
+ },
38
+ "hash" : " fe47a2799cc47a94e4780f16753f4d72a3d68036"
39
+ },
31
40
{
32
41
"date" : " 2021-08-11T08:21:19.000Z" ,
33
42
"message" : " Update Japanese translation" ,
114
123
{
115
124
"hash" : " 6e9507f262b6e37d9b070fa1ce8e35f79eb3bbd2" ,
116
125
"author" : " Proxyer" ,
117
- "description" : " Japanese Translation "
126
+ "description" : " Japanese translation "
118
127
},
119
128
{
120
129
"hash" : " 75a5a6f01ef5bcde0da2f93574f1897fcfa064ba" ,
126
135
"author" : " Proxyer" ,
127
136
"description" : " Update Japanese translation" ,
128
137
"suppressed" : true
138
+ },
139
+ {
140
+ "hash" : " fe47a2799cc47a94e4780f16753f4d72a3d68036" ,
141
+ "author" : " stiphendor" ,
142
+ "description" : " French translation"
129
143
}
130
144
],
131
145
"contributors" : {
154
168
{
155
169
"hash" : " 6e9507f" ,
156
170
"author" : " Proxyer" ,
157
- "description" : " Japanese Translation "
171
+ "description" : " Japanese translation "
158
172
}
159
173
],
160
174
"duduluu" : [
163
177
"author" : " duduluu" ,
164
178
"description" : " Chinese translation"
165
179
}
180
+ ],
181
+ "stiphendor" : [
182
+ {
183
+ "hash" : " fe47a27" ,
184
+ "author" : " stiphendor" ,
185
+ "description" : " French translation"
186
+ }
166
187
]
167
188
},
168
189
"attributions" : [
You can’t perform that action at this time.
0 commit comments