Closed (fixed)
Project:
Translation template extractor
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Oct 2015 at 20:12 UTC
Updated:
10 Nov 2015 at 09:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gábor hojtsyThis should fail based on strings found above.
Comment #3
gábor hojtsyComment #4
gábor hojtsy(Stopping for today).
Comment #6
herom commentedNice catch!
The "
top_level_translatables" key was meant to extract value from "key: value"s at the top level, except it was recursively carried on to every level.This patch should fix that.
Comment #7
herom commentedComment #8
gábor hojtsyYay, makes sense :)
Let's document the undocumented params. :) The file name and save callback can be copy pasted.
Comment #9
herom commentedAdded documentation for params.
Comment #10
gábor hojtsyLooks good now :) Thanks!
Comment #12
herom commentedCommitted.