mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Add sketch of I18n error translation
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
---
|
||||
simple: "less is more"
|
||||
whatever: "something :something"
|
||||
errors:
|
||||
i18n:
|
||||
undefined_interpolation: "undefined key :key"
|
||||
unknown_translation: "translation ':name' wasn't found"
|
||||
syntax:
|
||||
oops: "something wasn't right"
|
||||
Reference in New Issue
Block a user