From 2aab5cb9f9543b3ed71ccd7da407076c4fa8bd04 Mon Sep 17 00:00:00 2001 From: Soon Van Date: Thu, 3 Oct 2013 15:06:04 -0400 Subject: [PATCH] Admin login is looking for en.yml keys for placeholder text English i18n YAML file is missing keys found in the French. As a result, the admin login screen is showing HTML errors from placeholder text that does not translate. --- config/locales/en.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index a9f72ecc77..d3f9f3a60d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,2 +1,14 @@ en: - hello: "Hello world" + accounts: + login: + login: "Login" + password: "Password" + remember_me: "Remember me" + sign_in: "Sign in" + + admin: + cache: + index: + explanations: "To save on resources, Publify generates static files + along with your content. These files are deleted when a new article + is created. You can, at any time, delete these files yourself." \ No newline at end of file