first commit
This commit is contained in:
1
test/locales/foo.txt
Normal file
1
test/locales/foo.txt
Normal file
@@ -0,0 +1 @@
|
||||
should not load this file
|
||||
4
test/locales/zh-CN.js
Normal file
4
test/locales/zh-CN.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
'Email': '邮箱',
|
||||
'Hello %s, how are you today?': '%s,今天过得如何?',
|
||||
};
|
||||
3
test/locales/zh_TW.json
Normal file
3
test/locales/zh_TW.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user