Skip to content

Commit

Permalink
Added i18n for layout template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Meichsner authored and gravityblast committed Jan 4, 2010
1 parent b96d680 commit a208058
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ de:
delete: Löschen
confirm: Sind Sie sicher?
created_at: Erstellt am
all: Alle anzeigen
all: Alle anzeigen
profile: Benutzerkonto
settings: Einstellungen
logout: Abmelden
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<h1><a href="/"><%= options[:app_name] %></a></h1>
<div id="user-navigation">
<ul>
<li><a href="#">Profile</a></li>
<li><a href="#">Settings</a></li>
<li><a href="/logout" class="logout">Logout</a></li>
<li><a href="#"><%%= t("web-app-theme.profile", :default => "Profile") %></a></li>
<li><a href="#"><%%= t("web-app-theme.settings", :default => "Settings") %></a></li>
<li><a href="/logout" class="logout"><%%= t("web-app-theme.logout", :default => "Logout") %></a></li>
</ul>
<div class="clear"></div>
</div>
Expand Down

0 comments on commit a208058

Please sign in to comment.