Skip to content

Commit

Permalink
Fixing language typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
3Dgoo committed Jun 12, 2017
1 parent 035a9b0 commit f0c00bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/02_Developer_Guides/13_i18n/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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).
Expand Down

0 comments on commit f0c00bf

Please sign in to comment.