https://github.com/roverdotcom/frontend-translation-sandbox
https://github.com/roverdotcom/frontend-translation-sandbox
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roverdotcom/frontend-translation-sandbox
- Owner: roverdotcom
- Created: 2019-04-16T17:59:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T22:31:52.000Z (about 7 years ago)
- Last Synced: 2025-05-20T19:29:39.314Z (about 1 year ago)
- Language: TypeScript
- Size: 222 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Building and running on localhost
Get some alias for the projects:
```sh
source ./profile
```
Install dependencies:
```sh
yarn
```
To run in hot module reloading mode:
```sh
yarn start
```
You can play around with the app at this point. Try changing some values and hit submit
To see the app fully translated, checkout `translation` branch and select `pirate` language from the dropdown
To play around with making translation change, start with `master`, make some changes, run `fe lingui extract`, refresh the page. You should the strings get translated when switching to `pirate`