Add sketch of I18n error translation

This commit is contained in:
Simon Eskildsen
2013-08-30 12:31:57 -04:00
parent 0e41c2c6e9
commit f37a984fd7
7 changed files with 102 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
---
errors:
i18n:
unknown_translation: "Translation for :name does not exist in locale"
undefined_interpolation: "Undefined key :key for interpolation in translation :name"
template:
argument_hash_or_context: "Expect Hash or Liquid::Context as parameter"
syntax_error:
tag_termination: "Tag ':token' was not properly terminated with regexp: :inspection"