diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-11-29 20:22:41 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-11-29 20:26:18 -0500 |
commit | 978a3c70fee3baecb5d25da551db7e2fc23c55f7 (patch) | |
tree | c5105efbd6b14812093599212b8d50165a007dc4 /doc/es_ES/translations.markdown | |
parent | fdc4e04e870b82fe93eb0f03b4f54faf8252ba6c (diff) |
Simplify .htaccess and rename command line script
Diffstat (limited to 'doc/es_ES/translations.markdown')
-rw-r--r-- | doc/es_ES/translations.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/es_ES/translations.markdown b/doc/es_ES/translations.markdown index 074d9ae3..66fd2a4c 100644 --- a/doc/es_ES/translations.markdown +++ b/doc/es_ES/translations.markdown @@ -50,7 +50,7 @@ How to find missing translations in the applications? From a terminal, run the following command: ```bash -./kanboard locale:compare +./cli locale:compare ``` All missing and unused translations are displayed on the screen. @@ -62,7 +62,7 @@ How to synchronize translation files? From a Unix shell run this command: ```bash -./kanboard locale:sync +./cli locale:sync ``` The French translation is used a reference to other locales. |