Skip to content

Instantly share code, notes, and snippets.

@titusdecali
Last active November 25, 2020 09:55
Show Gist options
  • Save titusdecali/b40fbd16601f5bd43e1e0e98761d7f20 to your computer and use it in GitHub Desktop.
Save titusdecali/b40fbd16601f5bd43e1e0e98761d7f20 to your computer and use it in GitHub Desktop.
config file for vue-translation-manager
const path = require("path");
const { JSONAdapter } = require("vue-translation-manager");
module.exports = {
srcPath: path.join(__dirname, "src/"),
adapter: new JSONAdapter({
path: path.join(__dirname, "src/locales/"),
}),
languages: ["ko", "en", "es", "ja", "zh"],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment