#7741 closed defect (fixed)
JS related i18n message compilation fails for current 0.12 install
Reported by: | Andy Baker | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | normal | Component: | DynamicFieldsPlugin |
Severity: | normal | Keywords: | i18n l10n documentation |
Cc: | Andy Baker | Trac Release: | 0.12 |
Description
This is probably something I've not got right or missed, but any help would be appreciated.
I'm having problems installing the 0.12 version of the plugin from source.
I've installed Babel (0.9.5) then downloaded the 0.12 branch and successfully run compile_catalog but compile_catalog_js fails with invalid command 'compile_catalog_js'
. Suggests to me I've missed something fairly fundamental so any pointers would be appreciated.
Attachments (0)
Change History (6)
comment:1 Changed 14 years ago by
Keywords: | i18n l10n documentation added |
---|---|
Owner: | changed from Rob Guttman to Steffen Hoffmann |
Status: | new → assigned |
Summary: | 0.12 install issues → JS related i18n message compilation fails for current 0.12 install |
comment:2 Changed 14 years ago by
Nice one, thanks hasienda.
So just run the compile_catalog before deploying the egg?
comment:3 Changed 14 years ago by
I've just done the corrections. Look at the wiki page again and check, if it's all clear now, please. In case you're not satisfied, comment here accordingly.
But beware: Even if you have set a locale for your Trac environment, chances are that the display of DynamicFieldsPlugin user preference pages won't change at all. German is currently the only other available language apart from the default English texts, provided it's matching Trac's default or users locale preference setting in browser.
comment:4 follow-up: 5 Changed 14 years ago by
Thanks, works fine now, though the Trac/Babel install is a pain in the backside (see http://trac.edgewall.org/ticket/9439). I ended up reinstalling Trac.
Might be worth referencing the above ticket on your wiki page in case others have the same issue.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to andybaker:
Thanks, works fine now, though the Trac/Babel install is a pain in the backside (see http://trac.edgewall.org/ticket/9439). I ended up reinstalling Trac.
Great, thanks for the feedback.
Might be worth referencing the above ticket on your wiki page in case others have the same issue.
Sure, done so right now.
comment:6 Changed 14 years ago by
Excellent. Thanks. Hopefully between us we've prevented anyone else hitting the same problems :-)
I've checked this and it was me that missed something.
As a matter of fact currently there is no i18n support needed for the JS part of this plugin, so IMHO it wouldn't be smart to add that now just for completeness. Current rules provide no own translatable text, but only If that changes, well we'll get a real use case, and then would be the right time. Trust me, the required changes are almost trivial and could be quite easily done anytime.
To sum up, this is a documentation bug and I'll just correct the wiki page.