From 50387b92e0e887fe79a51687073c777c3cc3b864 Mon Sep 17 00:00:00 2001 From: Filip Klimes Date: Thu, 15 Jan 2015 21:22:51 +0100 Subject: [PATCH] Localization: added warning about no default translator --- cs/localization.texy | 2 +- en/localization.texy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cs/localization.texy b/cs/localization.texy index caf7cf63ba..eebf8f2ee2 100644 --- a/cs/localization.texy +++ b/cs/localization.texy @@ -23,7 +23,7 @@ class MyTranslator implements Nette\Localization\ITranslator } \-- -Jako konkrétní implementaci překladače můžeme použít například GNU gettext nebo Zend_Translate. +Nette neobsahuje výchozí implementaci pro ITranslator. Můžeme ovšem sáhnout po hotových řešeních, jako je například [Kdyby Translation | https://github.com/kdyby/translation] nebo [Sakren Translator | https://github.com/sakren/nette-translator]. Překlad formulářů diff --git a/en/localization.texy b/en/localization.texy index b6d70aa576..9061e5d299 100644 --- a/en/localization.texy +++ b/en/localization.texy @@ -25,7 +25,7 @@ class MyTranslator implements Nette\Localization\ITranslator } \-- -As an implementation of translator, you can use for example GNU gettext or Zend_Translate. +Nette doesn't provide default implementation of ITranslator. However, we can choose from various solutions, for example [Kdyby Translation | https://github.com/kdyby/translation] or [Sakren Translator | https://github.com/sakren/nette-translator]. Form translation