We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23dc1ce + 9906878 commit c2e5c03Copy full SHA for c2e5c03
1 file changed
README.md
@@ -148,10 +148,10 @@ $translations = new Gettext\Translations();
148
$translations[] = new Gettext\Translation('comments', 'One comment', '%s comments');
149
150
//Or using the "insert" method
151
-$insertedTranslation = $translations->insert('comments', 'One comments', '%s comments');
+$insertedTranslation = $translations->insert('comments', 'One comment', '%s comments');
152
153
//Find a specific translation
154
-$translation = $translations->find('comments', 'One comments');
+$translation = $translations->find('comments', 'One comment');
155
156
//Edit headers, domain, etc
157
$translations->setHeader('Last-Translator', 'Oscar Otero');
0 commit comments