Skip to content

Commit

Permalink
add-translation-keys
Browse files Browse the repository at this point in the history
To add translations, you must add translation keys to your code.

For example, to translate one of the strings on the front page:

SHOW_PATCH
  • Loading branch information
bryanlarsen committed Nov 14, 2011
1 parent 2e4b9c8 commit 9221878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/front/index.dryml
Expand Up @@ -24,7 +24,7 @@
</header>

<section with="&current_user" class="content-body" if="&logged_in?">
<h3>Your Projects</h3>
<h3><t key="front_title">Your Projects</t></h3>
<collection:projects><card without-creator-link/></collection>

<a:projects action="new">New Project</a>
Expand Down

0 comments on commit 9221878

Please sign in to comment.