spec/js/translations.js in i18n-js-3.0.0.rc6 vs spec/js/translations.js in i18n-js-3.0.0.rc7
- old
+ new
@@ -6,9 +6,11 @@
Translations.en = {
hello: "Hello World!"
, paid: "You were paid %{price}"
+ , paid_with_vat: "You were paid %{price} (incl. VAT %{vat})"
+
, booleans: {
yes: true,
no: false
}