-
Notifications
You must be signed in to change notification settings - Fork 6
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
0 parents
commit 526ecdb
Showing
22 changed files
with
3,851 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
node_modules | ||
|
||
# testing | ||
coverage | ||
|
||
# production | ||
build | ||
|
||
# misc | ||
.DS_Store | ||
.env | ||
npm-debug.log |
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,10 @@ | ||
Project Fluent Playground | ||
========================= | ||
|
||
Project Fluent is a localization framework designed to unleash the entire | ||
expressive power of natural language translations. | ||
|
||
Project Fluent keeps simple things simple and makes complex things possible. | ||
The syntax used for describing translations is easy to read and understand. At | ||
the same time it allows, when necessary, to represent complex concepts from | ||
natural languages like gender, plurals, conjugations, and others. |
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,5 @@ | ||
start: | ||
npm start | ||
|
||
build: | ||
npm run build |
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,24 @@ | ||
{ | ||
"name": "fluent-play", | ||
"version": "0.1.0", | ||
"homepage": "https://projectfluent.github.io/play", | ||
"private": true, | ||
"devDependencies": { | ||
"gh-pages": "^0.12.0", | ||
"react-scripts": "0.8.5" | ||
}, | ||
"dependencies": { | ||
"react": "^15.4.2", | ||
"react-ace": "^4.1.4", | ||
"react-dom": "^15.4.2", | ||
"react-redux": "^5.0.2", | ||
"redux": "^3.6.0", | ||
"redux-logger": "^2.8.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.