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