-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
44 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
export default { | ||
'Expanded.JS.message.one': { | ||
zh_CN: 'JS 默认导出(展开式)消息 1', | ||
"zh_CN": 'JS 默认导出(展开式)消息 1', | ||
en_US: 'JS Export Default Expanded Message One', | ||
}, | ||
'Expanded.JS.message.two': { | ||
zh_CN: 'JS 默认导出(展开式)消息 2', | ||
"zh_CN": 'JS 默认导出(展开式)消息 2', | ||
en_US: 'JS Export Default Expanded Message Two', | ||
}, | ||
} |
13 changes: 13 additions & 0 deletions
13
demos/v0.1.2/i18n/expanded/js/language-at-outer-with-prop.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// @Ti18n prop=messages | ||
export default { | ||
messages: { | ||
"zh_CN": { | ||
'Expanded.JS.LanguageAtOuterWithProp.message.one' : 'JS(展开式)外部语言且使用 Prop 消息 1', | ||
'Expanded.JS.LanguageAtOuterWithProp.message.two' : 'JS(展开式)外部语言且使用 Prop 消息 2', | ||
}, | ||
en_US: { | ||
'Expanded.JS.LanguageAtOuterWithProp.message.one' : 'JS Expanded Outer Language With Prop Message One', | ||
'Expanded.JS.LanguageAtOuterWithProp.message.two' : 'JS Expanded Outer Language With Prop Message Two', | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters