diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-26 19:58:47 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-26 19:58:47 -0400 |
commit | d97e1bd4cfd013b54e72f446a0e5934fff559781 (patch) | |
tree | 81ea919a3b12d61f4b8cd8da5531e380a6810779 /docs/translations.markdown | |
parent | c5f59f8c8fc4cea247948c2a57cf8074677121e9 (diff) |
Update documentation
Diffstat (limited to 'docs/translations.markdown')
-rw-r--r-- | docs/translations.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/translations.markdown b/docs/translations.markdown index 8a9dca6a..8ad60c16 100644 --- a/docs/translations.markdown +++ b/docs/translations.markdown @@ -18,11 +18,11 @@ How to translate Kanboard to a new language? 3. Use the content of the French locales and replace the values 4. Inside the file `app/Model/Config.php`, add a new entry for your translation inside the function `getLanguages()` 5. Check with your local installation of Kanboard if everything is ok -6. Send a pull-request with Github +6. Send a [pull-request with Github](https://help.github.com/articles/using-pull-requests/) How to update an existing translation? -------------------------------------- 1. Open the translation file `app/Locale/xx_XX/translations.php` -2. Missing translations are commented with `//` and the values are empty, just fill blank and remove comments -3. Check with your local installation of Kanboard and send a pull-request +2. Missing translations are commented with `//` and the values are empty, just fill blank and remove the comment +3. Check with your local installation of Kanboard and send a [pull-request](https://help.github.com/articles/using-pull-requests/) |