I uploaded a CL of what I initially had in mind. http://codereview.chromium.org/155245
I realized now that JST is used for non l10n templating so the name needs to change. Still, I think this is such a small change with such a big win that I want to continue down this path until we have some solution for doing the templating on the front end. 2009/7/8 Jungshik Shin (신정식, 申政湜) <[email protected]>: > > > 2009/7/8 Erik Arvidsson <[email protected]> >> >> It seems like we want to do the string replacing in the front-end. >> Does anyone have any experience with C++ l10n/template libraries that >> we might want to use? > > I don't have, but I just came across a few: > http://www.clearsilver.net/ (Apache license, C library, i18n support is > explicitly mentioned) > http://teng.sourceforge.net/ (C++ library, LGPL) > http://www.lazarusid.com/libtemplate.shtml (claimed to be much simpler > than the two above. license unclear) > I'll also ask around. > Jungshik >> >> >> On Wed, Jul 8, 2009 at 12:00, Aaron Boodman<[email protected]> wrote: >> > On Wed, Jul 8, 2009 at 12:00 PM, Aaron Boodman<[email protected]> wrote: >> >> Agree with Erik that it seems like we should share this code between >> >> DOMUI and the extensions system. >> > >> > (Erik Kay) >> > >> >> -- >> erik >> >> >> > > -- erik --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
