Skip to content

Commit

Permalink
Admin login is looking for en.yml keys for placeholder text
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
randomecho committed Oct 3, 2013
1 parent 747fc25 commit 2aab5cb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion 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."

0 comments on commit 2aab5cb

Please sign in to comment.