From 7b034aeda89dc5c9acc7ac70a16dead7f212d046 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Wed, 27 Jun 2018 08:28:43 +0200
Subject: Add tips in translation doc

---
 support/doc/translation.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'support')

diff --git a/support/doc/translation.md b/support/doc/translation.md
index 52045083c..ebbc26c1a 100644
--- a/support/doc/translation.md
+++ b/support/doc/translation.md
@@ -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
-- 
cgit v1.2.3