Change Array arguments to TypedArray
This commit is contained in:
@@ -112,8 +112,8 @@
|
||||
<method name="_parse_file" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="path" type="String" />
|
||||
<param index="1" name="msgids" type="Array" />
|
||||
<param index="2" name="msgids_context_plural" type="Array" />
|
||||
<param index="1" name="msgids" type="String[]" />
|
||||
<param index="2" name="msgids_context_plural" type="Array[]" />
|
||||
<description>
|
||||
Override this method to define a custom parsing logic to extract the translatable strings.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user