forked from akanyan/STARTLINER
fix: localization fixes
This commit is contained in:
@ -57,7 +57,7 @@ invoke('list_patches', { target: prf.current!.data.sgt.target }).then(
|
||||
v-for="p in amdPatches"
|
||||
:patch="p"
|
||||
/>
|
||||
<div v-if="gamePatches === null">Loading...</div>
|
||||
<div v-if="gamePatches === null">{{ t('patch.loading') }}</div>
|
||||
<div v-if="amdPatches !== null && amdPatches.length === 0">
|
||||
{{ t('patch.noneFound') }}
|
||||
<!-- <br />
|
||||
|
Reference in New Issue
Block a user