Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created November 26, 2019 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/e87673be95f6d99031df112c20162019 to your computer and use it in GitHub Desktop.
Save bodrovis/e87673be95f6d99031df112c20162019 to your computer and use it in GitHub Desktop.
polyglot.extend({
"hello": "Hello"
});
// or
var polyglot = new Polyglot({phrases: {"hello": "Hello"}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment