Change Array arguments to TypedArray
This commit is contained in:
parent
736632ee7e
commit
7adc8376ed
66 changed files with 159 additions and 158 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue