fix: return empty if the key-value is empty value

PR-URL: https://github.com/koajs/locales/pull/17
Reviewed-By: fengmk2 <fengmk2@gmail.com>
Reviewed-By: dead-horse <heyiyu.deadhorse@gmail.com>
This commit is contained in:
ermin.zem
2015-12-22 15:02:45 +08:00
committed by fengmk2
parent e4679a486d
commit c45be8b6ea
4 changed files with 24 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
module.exports = {
Email: '邮箱',
emptyValue: '',
'Hello %s, how are you today?': '%s今天过得如何',
model: {
user: {

View File

@@ -1,5 +1,6 @@
{
"Email": "郵箱",
"emptyValue": "",
"Hello %s, how are you today?": "%s今天過得如何",
"model": {
"user": {