UNPKG

generator-bat

Version:

BAT, the Backbone Application Template; a Yeoman generator collection created by marviq

47 lines (46 loc) 1.21 kB
{ "name": "en-GB" , "phrases": { "i18n-value": "Value" , "i18n-type": "Type" , "i18n-date": "Date" , "i18n-text": "Text" , "i18n-exampleText": "This text should be english" , "i18n-number": "Number" , "i18n-money": "Money" } , "formatting": { "number": { "decimalMarker": "." , "thousandMarker": "," , "precision": 3 } , "datetime": { "date": "MM-DD-YYYY" , "datetime": "MM-DD-YYYY HH:mm" } , "money": { "default": "pound_GB" , "euro": { "sign": "\u20AC" , "precision": 2 } , "dollar_US": { "sign": "$" , "precision": 2 } , "pound_GB": { "sign": "\u00A3" , "precision": 2 } } } }