summaryrefslogtreecommitdiff
path: root/docs/translations.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-21 12:35:01 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-21 12:35:01 -0400
commitff7189971e6685118f41e3567cefae7c333202de (patch)
tree3ef320155bb07e6ac8a1a0242552d8e02d6bf6b7 /docs/translations.markdown
parentd7a8160c2b422dcf950093d9d17d90f1e80201de (diff)
Move the script sync-locales.php to cli command
Diffstat (limited to 'docs/translations.markdown')
-rw-r--r--docs/translations.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/translations.markdown b/docs/translations.markdown
index 0e01fa9b..faa715c7 100644
--- a/docs/translations.markdown
+++ b/docs/translations.markdown
@@ -72,7 +72,7 @@ How to synchronize translation files?
From a Unix shell run this command:
```bash
-./scripts/sync-locales.php
+./kanboard locale:sync
```
-The french translation is used a reference for other locales.
+The French translation is used a reference for other locales.