mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixing language typo in docs
This commit is contained in:
parent
035a9b049e
commit
f0c00bfb78
@ -176,7 +176,7 @@ to the translator.
|
||||
// Simple string translation
|
||||
_t('LeftAndMain.FILESIMAGES','Files & Images');
|
||||
|
||||
// Using the natural languate comment parameter to supply additional context information to translators
|
||||
// Using the natural language comment parameter to supply additional context information to translators
|
||||
_t('LeftAndMain.HELLO','Site content','Menu title');
|
||||
|
||||
// Using injection to add variables into the translated strings.
|
||||
@ -203,7 +203,7 @@ the PHP version of the function.
|
||||
// Simple string translation
|
||||
<%t Namespace.Entity "String to translate" %>
|
||||
|
||||
// Using the natural languate comment parameter to supply additional context information to translators
|
||||
// Using the natural language comment parameter to supply additional context information to translators
|
||||
<%t SearchResults.NoResult "There are no results matching your query." is "A message displayed to users when the search produces no results." %>
|
||||
|
||||
// Using injection to add variables into the translated strings (note that $Name and $Greeting must be available in the current template scope).
|
||||
|
Loading…
Reference in New Issue
Block a user