spec/fixtures/locales.yml in i18n-js-3.4.0 vs spec/fixtures/locales.yml in i18n-js-3.4.1

- old
+ new

@@ -38,11 +38,25 @@ fallback_test: "Success" null_test: "fallback for null" merge_plurals: one: Apple other: Apples + merge_plurals_with_no_overrides: + zero: "No Apple" + one: Apple + other: Apples + merge_plurals_with_partial_overrides: + one: Cat + other: Cats +ru: + merge_plurals_with_no_overrides: + one: кот + few: кошек + many: кошка + other: кошек + de: fallback_test: "Erfolg" null_test: ~ fr: @@ -86,9 +100,20 @@ title: "Editer" merge_plurals: zero: Pomme one: Pomme other: Pommes + +en-US: + merge_plurals_with_no_overrides: + zero: + one: + other: + merge_plurals_with_partial_overrides: + one: Cat + few: + many: + other: ja: admin: show: title: "Ignore me"