From ccafce2f484a4f9f886b7b4e263b98def11426a9 Mon Sep 17 00:00:00 2001 From: Christian Wilkie Date: Tue, 26 Apr 2016 16:26:24 -0400 Subject: [PATCH] Fixed typo in translator.js docs --- lang/translator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/translator.js b/lang/translator.js index 591f6d40..ffb879f9 100644 --- a/lang/translator.js +++ b/lang/translator.js @@ -7,7 +7,7 @@ * after . * For example - * - * If you wish to translate some new texsts you should do two things: + * If you wish to translate some new texts you should do two things: * 1. Add a new phrase pair ("New Phrase": "New Translation") into your language file (for example lang/ru.js). It will be great if you add it in other language files too. * 2. Mark that text it templates this way New Phrase or . * The main thing here is attribute data-sw-translate. Only inner html, title-attribute and value-attribute are going to translate.