-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging upstream & inPlus and InLess & cli-tables
- Loading branch information
Nicolas
authored and
Nicolas
committed
Apr 1, 2015
1 parent
d5d1266
commit 6d3ca77
Showing
4 changed files
with
79 additions
and
22 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
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,14 +1,11 @@ | ||
{ | ||
"files": [ | ||
[ | ||
"./fixtures/en_US.js", | ||
"i18n.en_US" | ||
], | ||
[ | ||
"./fixtures/fr_FR.js", | ||
"i18n.fr_FR" | ||
] | ||
], | ||
"pre": "(function (Bringr) {", | ||
"post": "return Bringr;})({});" | ||
"post": "return Bringr;})({});", | ||
"files": [{ | ||
"filePath": "./fixtures/en_US.js", | ||
"objectPath": "i18n.en_US" | ||
}, { | ||
"filePath": "./fixtures/fr_FR.js", | ||
"objectPath": "i18n.fr_FR" | ||
}] | ||
} |