Skip to content

Commit

Permalink
Merge pull request #12 from Vista1nik/patch-1
Browse files Browse the repository at this point in the history
Add Russian Language.
  • Loading branch information
devfake committed Oct 19, 2018
2 parents 562d996 + 80e8a32 commit b6dc75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<div @click="chooseBookTranslation('en')">English</div>
<div @click="chooseBookTranslation('de')">Deutsche</div>
<div @click="chooseBookTranslation('fr')">Français</div>
<div @click="chooseBookTranslation('ru')">Русский</div>
</div>
<div class="translations-info">
Translations have different numbers of pages
Expand Down

0 comments on commit b6dc75f

Please sign in to comment.