Skip to content

Commit a2b4aff

Browse files
committed
Update TRANSLATION.md
1 parent 9c7bf51 commit a2b4aff

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

TRANSLATION.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Preparation
66

77
1. Fork [thinreports/thinreports-editor](https://github.com/thinreports/thinreports-editor) on github
8-
2. Clone your forked repository (**Note:** [How to clone the source of the Editor](https://github.com/thinreports/thinreports-editor#how-to-clone-the-source-of-the-editor))
8+
2. Clone your forked repository
99
3. Create your locale branch: `git checkout -b new-locale`
1010

1111
### Creating a Translation file
@@ -43,7 +43,7 @@ Translate in your language:
4343
}
4444
```
4545

46-
### Enabling your language
46+
### Add your language
4747

4848
Modify the your `app/index.html` as follows:
4949

@@ -60,19 +60,18 @@ Modify the your `app/index.html` as follows:
6060
:
6161
```
6262

63-
### Check the translations on Editor to switch to your language
63+
### Check your language
6464

65-
1. Launch the Editor with referring to [How to launch development version of the Editor](https://github.com/thinreports/thinreports-editor#how-to-launch-development-version-of-the-editor)
65+
1. Launch the Editor (See: [Development Tasks](https://github.com/thinreports/thinreports-editor#tasks))
66+
```
67+
$ npm start
68+
```
6669
2. Open the preference dialog
6770
(You can find the preference button on the right side of the toolbar)
6871
3. Select your language, press the OK button to apply
6972

70-
## How to send us your translation file
71-
72-
### Pull request
73+
## Send your translation file
7374

74-
1. See [Preparation](https://github.com/thinreports/thinreports-editor/blob/master/TRANSLATION.md#preparation)
75-
2. Add your translation file and add your translation file path in `app.html`
76-
3. Commit: `git commit -am 'added xx locale'`
77-
4. Push to the branch: `git push origin new-locale`
78-
5. Create new pull request
75+
1. Commit: `git commit -am 'added xx locale'`
76+
2. Push to your branch: `git push origin new-locale`
77+
3. Create new pull request

0 commit comments

Comments
 (0)