# HG changeset patch # User nanaya # Date 1442208195 -32400 # Node ID 16f1b4f8ce946c1dc8e00f0de513b65a69b88b19 # Parent 39d59ae9d9dba5360c05bcbcd2057f5681fe7f4c Add missing translations. diff -r 39d59ae9d9db -r 16f1b4f8ce94 app/views/layouts/_alerts.html.erb --- a/app/views/layouts/_alerts.html.erb Mon Sep 07 21:56:42 2015 +0900 +++ b/app/views/layouts/_alerts.html.erb Mon Sep 14 14:23:15 2015 +0900 @@ -1,13 +1,13 @@ <% if notice %>
- Info: + <%= t(".info") %>: <%= notice %>
<% end %> <% if alert %>
- Error: + <%= t(".error") %>: <%= alert %>
<% end %> diff -r 39d59ae9d9db -r 16f1b4f8ce94 config/locales/en.yml --- a/config/locales/en.yml Mon Sep 07 21:56:42 2015 +0900 +++ b/config/locales/en.yml Mon Sep 14 14:23:15 2015 +0900 @@ -6,6 +6,9 @@ close: Close layouts: + alerts: + error: Error + info: Info application: donate: Donate source: Source