I hereby claim:
- I am christopherthorpe on github.
- I am christhorpe (https://keybase.io/christhorpe) on keybase.
- I have a public key ASAAzHwTRG4qPbOCcUXvrOdrTUl9KhOnja9QDrXshYX9wgo
To claim this, I am signing this object:
| // NestedMapLookup implementation and usage example | |
| // Run it at https://play.golang.org/p/VHRgMcLf0b1 | |
| // | |
| // JSON is not required, but used to show the example in a "real" setting. | |
| // | |
| // This gist is copyright (c) 2018 Brightgate Inc. | |
| // and licensed under the Creative Commons Attribution 4.0 International license | |
| // https://creativecommons.org/licenses/by/4.0/legalcode | |
| // |
I hereby claim:
To claim this, I am signing this object:
| exports.handler = function(context, event, callback) { | |
| const moment = require('moment'); | |
| //// Useful for debugging | |
| //const util = require('util'); | |
| //console.log(util.inspect(context.getTwilioClient())); | |
| //console.log(util.inspect(event)); | |
| // be sure to update numDigits below to match, or delete it for variable length | |
| let phoneBook = { |
| es: | |
| errors: | |
| messages: | |
| not_found: 'no encontrado' | |
| already_confirmed: 'ya ha sido confirmada' | |
| not_locked: 'no está bloqueada' | |
| expired: "ha caducado, por favor pida uno nuevo" | |
| not_saved: | |
| one: "1 error evitó guardar este %{resource}:" | |
| other: "%{count} errores evitaron guardar este %{resource}:" |