We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e20e14 commit b19fe41Copy full SHA for b19fe41
README.md
@@ -36,7 +36,9 @@ Download latest version:
36
```properties
37
# simplelocalize.properties example
38
search.dir=/Users/{YOUR_NAME}/Workspace/MyProject/src
39
-project.write.token=xxxxxxxxxxxxxxxxxxxxxxx
+client.id=<YOUR_CLIENT_ID>
40
+secret=<YOUR_SECRET>
41
+project.write.token=<YOUR_PROJECT_WRITE_TOKEN>
42
```
43
44
## 🚀 Usage
0 commit comments