Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -155,6 +155,9 @@ |
156 | 156 | if ( !$path || !$file ) return false; |
157 | 157 | return "$path/$file"; |
158 | 158 | } |
| 159 | + public function getSourceFilePath( $code ) { |
| 160 | + return $this->getMessageFileWithPath( $code ); |
| 161 | + } |
159 | 162 | |
160 | 163 | /** |
161 | 164 | * Creates a new MessageCollection for this group. |