spec/js/translations.js in i18n-js-3.0.10 vs spec/js/translations.js in i18n-js-3.0.11
- old
+ new
@@ -61,10 +61,12 @@
, arrayWithParams: [
null,
"An item with a param of {{value}}",
"Another item with a param of {{value}}",
- "A last item with a param of {{value}}"
+ "A last item with a param of {{value}}",
+ ["An", "array", "of", "strings"],
+ {foo: "bar"}
]
, null_key: null
};