new client: move translatable strings to appropriate locales files (#8992)

* move translatable strings from newClient.json to appropriate locales files

* whitespace changes

* whitespace changes
This commit is contained in:
Alys
2017-08-27 02:53:10 +10:00
committed by Matteo Pagliazzi
parent d24eb67fa2
commit f38e184434
18 changed files with 1661 additions and 1653 deletions

View File

@@ -15,12 +15,12 @@
h4.title {{ pet.name }}
div.text(v-if="!hideText")
| {{ $t('hatchedPetNotesPart1') }}
| Visit the
|
router-link(:to="{name: 'stable'}") {{ $t('stable') }}
|
| {{ $t('hatchedPetNotesPart2') }}
| to feed and equip your newest pet!
// @TODO make translatable with the entire sentence in one string (translators can't do sentences in multiple parts)
button.btn.btn-primary(@click="close()") {{ $t('onward') }}