File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,18 @@ Consider use of [`react-intl-simplelocalize`](https://github.com/simplelocalize/
2525Download latest version:
2626[https://github.com/simplelocalize/simplelocalize-cli/releases](https://github.com/simplelocalize/simplelocalize-cli/releases)
2727
28- ## 🛠 Configuration
28+ ## 🛠 First configuration
2929
30- - Create account here: https://simplelocalize.io
31- - Create example project and copy project hash from project settings
32- - Create app and copy credentials
33-
34- Put ` simplelocalize . properties ` config file in same directory with ` simplelocalize- 1.0 . 0 . jar ` and fill with your credentials.
30+ - Create account here: https://simplelocalize.io/register
31+ - Create example project
32+ - Go to project settings and download configuration properties
33+ - Setup project source path in ` search . dir `
34+ - Run ` . / simplelocalize . sh ` and you are done! 💃
3535
3636` ` ` properties
3737# simplelocalize .properties example
38- searchDir= / Users/ {YOUR_NAME }/ Workspace/ MyProject/ src
39- clientId= xxxxxxxxxxxxxxx
40- secret= xxxxxxxxxxxxxxxxxxxxxx
41- projectHash= xxxxxxxxxxxxxxxxxxxxxxx
38+ search .dir = / Users/ {YOUR_NAME }/ Workspace/ MyProject/ src
39+ project .write .token = xxxxxxxxxxxxxxxxxxxxxxx
4240` ` `
4341
4442## 🚀 Usage
You can’t perform that action at this time.
0 commit comments