]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/translation.md
Fix docker env file
[github/Chocobozzz/PeerTube.git] / support / doc / translation.md
index 52045083c2f1f1002902cf7a07a6d2030ba98a9c..5267c3899f12db29c06f99b3e00d703e3fdf0c61 100644 (file)
@@ -8,9 +8,9 @@ If you don't see your locale in the platform, please [create an issue](https://g
 
 ## How to
 
- * Create an account: https://trad.framasoft.org/zanata/
- * Join a language team: https://trad.framasoft.org/zanata/languages
- * Go to the PeerTube page https://trad.framasoft.org/zanata/iteration/view/peertube/develop/languages/fr
+ * Create an account: https://trad.framasoft.org/account/register
+ * Join a language team: https://trad.framasoft.org/languages
+ * Go to the PeerTube page https://trad.framasoft.org/iteration/view/peertube/develop
  * Choose the locale and begin to translate PeerTube!
  
 
@@ -23,3 +23,13 @@ There are 4 files:
  * **server**: contains server strings (privacies, licences...)
  * **iso639**: contains iso639 (languages) strings used by PeerTube to describe the audio language of a particular video.
  It's the reason why these strings should be translated too. There are many strings so do not hesitate to translate only main audio languages.
+
+## Tips
+
+You must not translate special tags like `<x id="INTERPOLATION" ... />`.
+
+For example: 
+```<x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views```
+
+should be in french 
+```<x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues```
\ No newline at end of file