Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dachinat/react-intl-server
Manage your JSON translations with web UI
https://github.com/dachinat/react-intl-server
Last synced: 20 days ago
JSON representation
Manage your JSON translations with web UI
- Host: GitHub
- URL: https://github.com/dachinat/react-intl-server
- Owner: dachinat
- Created: 2018-06-10T07:19:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T09:46:54.000Z (over 6 years ago)
- Last Synced: 2024-12-04T18:54:41.893Z (about 1 month ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Intl-Server
`react-intl-server` is a translation tool, originally built for [react-intl-translations-manager](https://github.com/GertjanReynaert/react-intl-translations-manager), but can be used for anything that stores `.json` files with an object of 'key/value' pairs.
## Screenshot
![react-intl-server screenshot](https://raw.githubusercontent.com/dachinat/react-intl-server/master/doc/screenshot.png)
## Getting started#### Clone repository
`git clone [email protected]:dachinat/react-intl-server.git`
#### Navigate to project root
`cd react-intl-server`
#### Start development server
`yarn start`
or
`npm run start`
By default server will be started on port `8001` and `3012`
To access a web-ui navigate to `http://localhost:3012`#### Changing ports
To change a port of web-server, open `package.json`, find `"port"` property and change it to whatever you like.
Note: You must also open `client/package.json` and change `"proxy"` url accordingly.To change a port of web-ui, open `client/.env` and change `PORT` directive
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/dachinat/react-intl-server. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The package is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the `react-intl-server` project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/dachinat/nextcloud/blob/master/CODE_OF_CONDUCT.md).