Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cs/localization.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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ářů
Expand Down
2 changes: 1 addition & 1 deletion en/localization.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down