Skip to content

Commit

Permalink
Merge pull request #2 from Sacramentix/master
Browse files Browse the repository at this point in the history
from WikiAdventure to my fork
  • Loading branch information
arthurmadecprevost authored Jan 12, 2021
2 parents 9cd848c + 7645590 commit bf56eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion front-quasar/wiki-adventure-quasar/src/i18n/fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
playSection: {
core: "Need to write this"
},
news: "news",
news: "Nouveautés",
contribution: "Contribution",
contributionSection: {
discord: "Trouve des joueurs sur notre Discord",
Expand Down
6 changes: 3 additions & 3 deletions front-quasar/wiki-adventure-quasar/src/layouts/menu/Index.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<div class="main-menu-index">
<logo-show-in class="absolute" title="Wiki Adventure"></logo-show-in>
<compact-lang-switch class="topLeft" />
<compact-lang-switch class="topLeft text-uppercase" />
<theme-switch class="topRight" />
<div class="skewLineContainer first"><div class="skewLine"></div></div>
<div class="row wrapper first">
<content-pannel id="HowToPlay" head="{{ $t('indexHowToPlay.title') }}">
<content-pannel id="HowToPlay" :head="$t('indexHowToPlay.title')">
<div class="col">
<p>
{{ $t('indexHowToPlay.content') }}
Expand All @@ -14,7 +14,7 @@
</content-pannel>
<div class="skewLineContainer second"><div class="skewLine"></div></div>
<div class="wrapper second">
<content-pannel id="News" head="News">
<content-pannel id="News" :head="$t('news')">
<div class="col">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consequatur veniam placeat qui facilis neque, beatae nihil unde aliquid ipsam incidunt itaque repudiandae nisi animi vel cupiditate nostrum impedit? Commodi, pariatur! Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusamus eum, magni optio, nihil ex sapiente distinctio reprehenderit nulla dolore repellendus saepe qui consequuntur nesciunt assumenda earum vitae repellat libero? Ratione!</p>
</div>
Expand Down

0 comments on commit bf56eb1

Please sign in to comment.