Explain the task name issue in more detail

This commit is contained in:
southerntofu 2020-04-17 04:26:29 +02:00
parent 00584a7de7
commit 9c13666a65
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ Once the languages are loaded, the plugin will lookup your current locale throug
For each operation type, status and name, the plugin will look for a key in the current language. If this translated key does not exist, the key name itself is used. THis means if your language is only partially translated, you will not get the full experience but it should not blow up in your face.
In summary, if you want to translate a task called "Setup web server" in french, place the following line in `i18n/fr.yml`:
If you want to translate a task called "Setup web server" to another language, you could simply place a `Setup web server: Installer le serveur web` line in the i18n/fr.yml file. However, you may want to select a slightly less human-friendly name for the task so that further human beings down the line will not be tempted to edit it. Indeed, once you start translating, changing the task names requires to edit all translations!
Although it is not in practice a problem with very small project, this is why it is strongly advised to keep translations for all languages in the i18n folder. However, as running in debug mode cannot translate task names, you should pick task names that are still somewhat readable, like "setup-web-server".
```
Setup web server: Installer le serveur web