From 04da01b44a0fa03c64bc51a8041424c2d8dee0d3 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Thu, 13 Aug 2009 23:16:13 -0400 Subject: [PATCH] adding english language i18n config --- config/locales/en.yml | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) create mode 100644 config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 0000000..e2bcc08 --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,7 @@ +# Sample localization file for English. +# Add more files in this directory for other locales. +# http://guides.rubyonrails.org/i18n.html + +en: + hello: "Hello world" + -- libgit2 0.21.2