mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Clean up
This commit is contained in:
parent
857f336fee
commit
fbf459375c
4 changed files with 5 additions and 9 deletions
|
@ -58,7 +58,7 @@
|
|||
v-if="!searching && !editing"
|
||||
@click="addGame"
|
||||
class="add-game-button small"
|
||||
:title="$t('game.add')"
|
||||
:title="$t('list.add')"
|
||||
>
|
||||
<i class="fas fa-plus" />
|
||||
</button>
|
||||
|
|
|
@ -12,7 +12,6 @@ module.exports = {
|
|||
or: 'or',
|
||||
returnHome: 'Return home',
|
||||
pageNotFound: 'Page not found',
|
||||
add: 'Add game',
|
||||
},
|
||||
platforms: {
|
||||
donateMessage: 'Gamebrary is free and open source, consider helping its development by',
|
||||
|
@ -45,6 +44,7 @@ module.exports = {
|
|||
moveLeft: 'Move left',
|
||||
moveRight: 'Move right',
|
||||
emptyList: 'This list is empty',
|
||||
addGame: 'Add game',
|
||||
},
|
||||
settings: {
|
||||
global: 'Global',
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
</a>
|
||||
,
|
||||
<a href="https://github.com/romancmx/gamebrary/issues" target="_blank">
|
||||
{{ $t('platform.reportBugs') }}
|
||||
{{ $t('platforms.reportBugs') }}
|
||||
</a>
|
||||
{{$t('or')}}
|
||||
{{$t('global.or')}}
|
||||
<a href="https://goo.gl/forms/r0juBCsZaUtJ03qb2" target="_blank">
|
||||
{{ $t('platform.submitFeedback') }}
|
||||
{{ $t('platforms.submitFeedback') }}
|
||||
</a>
|
||||
.
|
||||
</small>
|
||||
|
|
|
@ -88,7 +88,6 @@ export default [
|
|||
code: 'snes',
|
||||
id: 19,
|
||||
generation: 4,
|
||||
height: 1,
|
||||
},
|
||||
{
|
||||
name: 'Sega Mega Drive / Genesis',
|
||||
|
@ -195,7 +194,6 @@ export default [
|
|||
code: 'n3ds',
|
||||
id: 37,
|
||||
generation: 8,
|
||||
height: 1,
|
||||
},
|
||||
{
|
||||
name: 'PSP',
|
||||
|
@ -238,7 +236,6 @@ export default [
|
|||
code: 'neo-geo-cd',
|
||||
id: 136,
|
||||
generation: 4,
|
||||
height: 1,
|
||||
},
|
||||
{
|
||||
name: 'Atari Lynx',
|
||||
|
@ -337,7 +334,6 @@ export default [
|
|||
code: 'odyssey',
|
||||
id: 88,
|
||||
generation: 1,
|
||||
height: 1,
|
||||
},
|
||||
// {
|
||||
// name: 'Commodore PET',
|
||||
|
|
Loading…
Reference in a new issue