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

@@ -9,11 +9,13 @@
.col-8
h1 {{challenge.name}}
div
strong(v-once) {{$t('createdBy')}}
strong(v-once) {{$t('createdBy')}}:
span {{challenge.author}}
// @TODO: make challenge.author a variable inside the createdBy string (helps with RTL languages)
// @TODO: Implement in V2 strong.margin-left(v-once)
.svg-icon.calendar-icon(v-html="icons.calendarIcon")
| {{$t('endDate')}}
// "endDate": "End Date: <% endDate %>",
span {{challenge.endDate}}
.tags
span.tag(v-for='tag in challenge.tags') {{tag}}