mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 03:10:39 -07:00
Add sketch of I18n error translation
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user