You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.sendToUser(giver,`You are trying to give away ${updates.length} burritos, but you only have ${diff} burritos left today!`)
The name burrito is used in a bunch of places (including to name objects in the code) so we should probably do a larger refactor to remove burrito references. We might want to pull all language resources out and then make an upstream PR.
Based off of usage, ergonomics, and size it looks like polyglot.js might be the best choice.
format.js makes a better attempt to follow proposed (but not implemented) internationalization APIs which may come to the browser at some point, however it looks less ergonomic and seems a bit overcomplex for our current needs.
Both these libraries work in the browser and in Node.js.
We need to adjust the text to remove the word burrito
You are trying to give away 1 burritos, but you only have 0 burritos left today!
The text was updated successfully, but these errors were encountered: