mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-06-01 07:10:09 -07:00
better translation docs`
This commit is contained in:
parent
62fb9d7bbc
commit
7695589812
@ -134,6 +134,8 @@ You need to add it in two places: 1. host app, that runs on a computer and 2. cl
|
|||||||
"es": "Espagnol",
|
"es": "Espagnol",
|
||||||
....
|
....
|
||||||
```
|
```
|
||||||
|
- In `getShuffledArrayOfHello`(search for arrow function) add a Hello word in your language to `res` list like this: `res.push(translationES.Hello);`. You will first need to import `translationES` on a top of file where this arrow function is. Example: `import translationES from '../locales/es/translation.json'`
|
||||||
|
|
||||||
- Done with the host app!
|
- Done with the host app!
|
||||||
- Now proceed with client viewer. Create a directory `es` in `app/client/public/locales`
|
- Now proceed with client viewer. Create a directory `es` in `app/client/public/locales`
|
||||||
- create `app/client/public/locales/es/translation.json`
|
- create `app/client/public/locales/es/translation.json`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user