UNPKG

@owja/i18n

Version:

lightweight internationalization library for javascript

52 lines (51 loc) 1.23 kB
{ "en": { "item": "Item", "item_one": "{{count}} item", "item_other": "{{count}} items", "item_0": "Zero items", "hello": "Hello {{what}}", "hello2": "Hello {{what}} {{what}}", "ownerCar_male": "his car", "ownerCar_female": "her car", "ownerCar_male_other": "his {{count}} cars", "ownerCar_female_other": "her {{count}} cars", "en-only": "only in english", "sub": { "something": "something", "else": "else" }, "exist": "this only in english language", "main": { "hello": "Bye bye World" }, "space": { "exit": "space only exist in english" } }, "de": { "item": "Ding", "item_one": "{{count}} Dings", "item_other": "{{count}} Dingens", "hello": "Hallo {{what}}", "hello2": "Hallo {{what}} {{what}}", "ownerCar": "{{count}} Auto", "ownerCar_other": "{{count}} Autos", "ownerCar_male": "Sein Auto", "ownerCar_female": "Ihr Auto", "de-only": "only in german", "sub": { "something": "etwas", "else": "anderes" }, "main": { "hello": "Und tschüss Welt" } }, "de-CH": { "item": "Ein anderes Dings" }, "ar": { "thing_two": "{{count}} things" } }