# HG changeset patch # User nanaya # Date 1441479502 -32400 # Node ID d647e79136d84a709b8fe74ff75ab14fd8c12e96 # Parent 4bf12ecde0ee43e7794f61c169da2a11548bc27d Add missing translations. diff -r 4bf12ecde0ee -r d647e79136d8 app/views/pastes/show.html.erb --- a/app/views/pastes/show.html.erb Sun Sep 06 03:53:34 2015 +0900 +++ b/app/views/pastes/show.html.erb Sun Sep 06 03:58:22 2015 +0900 @@ -37,7 +37,7 @@
<%= form_for @paste, :method => :delete, :authenticity_token => false do |f| %> -
+
<%= f.text_field :key, :value => nil, diff -r 4bf12ecde0ee -r d647e79136d8 config/locales/en.yml --- a/config/locales/en.yml Sun Sep 06 03:53:34 2015 +0900 +++ b/config/locales/en.yml Sun Sep 06 03:58:22 2015 +0900 @@ -2,12 +2,26 @@ # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. en: + layouts: + application: + donate: Donate + source: Source + pastes: new: clear: Clear - deletion_key: Deletion key + deletion_key: Deletion Key privacy: label: Privacy private: Private public: Public title: New Paste + + show: + derive: Derive + highlight: Highlight + markdown: Markdown + more: More Paste + plain: Plain + raw: Raw + delete: Delete This Paste