Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

i18nTextCollector not found


Go to End


2 Posts   1521 Views

Avatar
abmcr

Community Member, 2 Posts

28 December 2009 at 11:27pm

I have try to translate my test CMS Silverstripe. I use a simple

<% sprintf(_t('SHOWINPAGE','Show page in %s'),$Locale.Nice) %>

in my template. Atthis point i want to use the i18nTextCollector script as in the book at the page 300
but i get a strange error

Build task 'i18nTextCollector' not found. It isn't a subclass of BuildTask.

How i solve this? Thank you

Avatar
Shadlan

Community Member, 2 Posts

12 April 2011 at 9:10pm

Edited: 12/04/2011 9:10pm

I know this is a very old thread but for others who may find this thread like I did, try /dev/tasks/i18nTextCollectorTask instead.