[wp-trac] [WordPress Trac] #28537: Child Translations
WordPress Trac
noreply at wordpress.org
Sat Jun 14 15:23:26 UTC 2014
#28537: Child Translations
-------------------------+------------------------------
Reporter: sooskriszta | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
-------------------------+------------------------------
Comment (by nacin):
This is already doable using the existing APIs. If you call
load_*_textdomain() a second time for the same domain, it'll overwrite the
new strings on top of the initial strings. This mo file only needs to
include a subset of strings you wish to overwrite.
I don't think it makes sense for this to be done automagically. It's a lot
of extra file stat calls for fairly little benefit. But it'd be a cool,
easy plugin.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28537#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list