Sets the source string(s) if the translation has plurals.
string|array $source: The source string or the array of strings if the translation has plurals.
public function setSource($source) { $this->source = $source; }