mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
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:
@@ -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') }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user