Skip to content

Instantly share code, notes, and snippets.

@iliran11
Created May 11, 2020 13:52
Show Gist options
  • Save iliran11/3ad4d211b721462bb9e77414595b0543 to your computer and use it in GitHub Desktop.
Save iliran11/3ad4d211b721462bb9e77414595b0543 to your computer and use it in GitHub Desktop.
Init i18next module
const express = require("express");
const { ApolloServer, gql } = require("apollo-server-express");
const cookieParser = require("cookie-parser");
const intlDirective = require("./intlDirective");
// init i18next module.
require("./i18next");
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment