sg-koa-i18n
Advanced tools
Comparing version 1.1.1 to 1.1.2
const fs = require('fs'); | ||
const path = require('path'); | ||
const debug = require('debug')('koa:i18n-s'); | ||
const I18nS = require('i18n-s'); | ||
const I18nS = require('sg-i18n'); | ||
@@ -6,0 +6,0 @@ const LOCALE_METHODS = [ |
{ | ||
"name": "sg-koa-i18n", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Fork of https://github.com/shared-goals/sg-koa-i18n.git", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7230