feat: support *.properties resource files

This commit is contained in:
fengmk2
2015-05-17 21:54:12 +08:00
parent 1ee07403a0
commit a2462e6a84
7 changed files with 42 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
Email = Emailde
"Hello %s, how are you today?" = "Hallo %s, wie geht es dir heute?"
Hello %s, how are you today? How was your %s. = Hallo %s, wie geht es dir heute? Wie war dein %s.

View File

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

View File

@@ -1,3 +1,4 @@
{
"Email": "郵箱",
"Hello %s, how are you today?": "%s今天過得如何"
}