Skip to content

Commit

Permalink
Stir in some multilingual test data
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Dec 11, 2016
1 parent 113a327 commit d088e9d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions test/tests/data/citeProcJSExport.js
Expand Up @@ -12,7 +12,12 @@
"family": "artistLast",
"given": "artistFirst",
"multi": {
"_key": {}
"_key": {
"ja-JP": {
"family": "アーティスト名字",
"given": "アーティスト名前"
}
}
}
},
{
Expand All @@ -36,8 +41,14 @@
"title": "Title",
"type": "graphic",
"multi": {
"main": {},
"_keys": {}
"main": {
"title": "en-US"
},
"_keys": {
"title": {
"ja-JP": "見出し"
}
}
}
},
"audioRecording": {
Expand Down

0 comments on commit d088e9d

Please sign in to comment.