first commit

This commit is contained in:
fengmk2
2015-05-16 22:06:49 +08:00
commit 15864d180d
14 changed files with 879 additions and 0 deletions

1
test/locales/foo.txt Normal file
View File

@@ -0,0 +1 @@
should not load this file

4
test/locales/zh-CN.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
'Email': '邮箱',
'Hello %s, how are you today?': '%s今天过得如何',
};

3
test/locales/zh_TW.json Normal file
View File

@@ -0,0 +1,3 @@
{
}