i18n support for calculator character and weapon resource names
parent
c725d8f2db
commit
c31ef3bde3
|
@ -542,7 +542,7 @@
|
||||||
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
{res.label}
|
{$t(res.label)}
|
||||||
</span>
|
</span>
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
@ -649,7 +649,7 @@
|
||||||
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
{res.label}
|
{$t(res.label)}
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -412,7 +412,7 @@
|
||||||
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
{res.label}
|
{$t(res.label)}
|
||||||
</span>
|
</span>
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
@ -457,7 +457,7 @@
|
||||||
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
{res.label}
|
{$t(res.label)}
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue