Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Translate components #560

Merged
merged 1 commit into from
Jul 12, 2016
Merged

Conversation

billybonks
Copy link
Contributor

@billybonks billybonks commented Jul 8, 2016

Translates components files. i refactored take-photo translations to match new style

convention discussed here
#557

@billybonks billybonks force-pushed the translate/components branch 2 times, most recently from 1d5617e to 96e848a Compare July 11, 2016 11:34
@@ -2,7 +2,7 @@
<div class="row">
<div class="col-xs-5">
<div class="form-group required {{quantityClass}}">
<label class="control-label">What does 1 {{unitName}} contain?</label>
<label class="control-label">{{t 'quantity-conv.conversion' name=unitName}}</label>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@billybonks shouldn't this be

<label class="control-label">{{t 'components.quantityConv.conversion' name=unitName}}</label>

@billybonks
Copy link
Contributor Author

@jkleinsc updated

@@ -2,7 +2,7 @@
<div class="row">
<div class="col-xs-5">
<div class="form-group required {{quantityClass}}">
<label class="control-label">What does 1 {{unitName}} contain?</label>
<label class="control-label">{{t 'quantityConv.conversion' name=unitName}}</label>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still missing the components prefix. (eg components.quantityConv.conversion).

@jkleinsc jkleinsc merged commit b4e1ecc into HospitalRun:master Jul 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants