Skip to content

Commit

Permalink
Merge pull request #63 from Zegorax/per-day-translation
Browse files Browse the repository at this point in the history
small multy lang fix
  • Loading branch information
ItsCEED committed Sep 8, 2016
2 parents 01e1f73 + a53141d commit 6202ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/pokemon.page.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</tr>
<tr>
<td class="col-md-8 col-xs-8"><strong><?= $locales->POKEMON_RATE->$lang ?> :</strong></td>
<td class="col-md-4 col-xs-4"><?= $pokemon->spawn_rate ?> / day</td>
<td class="col-md-4 col-xs-4"><?= $pokemon->spawn_rate ?> / <?= $locales->DAY->$lang ?></td>
</tr>
<tr>
<td class="col-md-8 col-xs-8"><?php if(isset($pokemon->protected_gyms)) { echo "<strong>" . $locales->POKEMON_GYM->$lang . $pokemon->name . "</strong> :";} ?></td>
Expand Down

0 comments on commit 6202ad0

Please sign in to comment.