@@ -168,8 +168,7 @@ discard block |
||
168 | 168 | if (empty($isFile)) |
169 | 169 | { |
170 | 170 | echo '<b>No translation</b> for path '. $regex->getPathInfo() .'<hr>'; |
171 | - } |
|
172 | - else |
|
171 | + } else |
|
173 | 172 | { |
174 | 173 | $fileContent1 = file_get_contents($regex->key()); |
175 | 174 | $fileContent2 = file_get_contents($file[0]); |
@@ -194,16 +193,16 @@ discard block |
||
194 | 193 | $missing++; |
195 | 194 | } |
196 | 195 | $allStrings++; |
197 | - } |
|
198 | - catch (Exception $e) |
|
196 | + } catch (Exception $e) |
|
199 | 197 | { |
200 | 198 | echo "Missing stuff in your language<br>"; |
201 | 199 | $allStrings++; |
202 | 200 | $missing++; |
203 | 201 | } |
204 | 202 | } |
205 | - if ($currentMissing == $missing) |
|
206 | - echo "Seems OK :) Some strings was ignored by ReactOS and Wine spell files.<br>"; |
|
203 | + if ($currentMissing == $missing) { |
|
204 | + echo "Seems OK :) Some strings was ignored by ReactOS and Wine spell files.<br>"; |
|
205 | + } |
|
207 | 206 | |
208 | 207 | echo "<hr>"; |
209 | 208 | } |