I started translating Boost until I noticed that the boot.pot file is almost a year old. Please update it. Thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Is this something that I can do, or do I need to have someone who knows the other language do it? In the past I've gotten patches and dumped them in, since I've never had to deal with translations before.

mo6’s picture

FileSize
1.74 KB
27.22 KB
2.5 KB

I used http://drupal.org/project/potx to create new .pot files, attached below.

The extractor generates some errors about variables being using in the translation strings, so these need some attention. The errors are attached to this post in errors.txt.

mikeytown2’s picture

Status: Active » Needs review
FileSize
56.07 KB

just wondering, how do you get the errors file?

Attached is a patch that fixes issues you brought up as well as issues from the coder module.

dbeall’s picture

stick my nose in here for a just a second..

@@ -486,7 +486,7 @@ function boost_admin_boost_performance_p

+ '#description' => !BOOST_CRAWL_ON_CRON ? t('Enable the crawler first to enable this checkbox.') :!BOOST_OVERWRITE_FILE ? t('The "Overwrite the cached file if it already exits" must be turned on in order to enable this') : t('Bypass cron cache expiration and load to be expired content in the crawler. Allow this servers IP to bypass the boost cache. Check for fast but potentially stale; uncheck for slow but always fresh.'),

the word 'exits' should be 'exists'

mikeytown2’s picture

FileSize
56.09 KB

@dbeall
Thanks! BTW have you played around with that setting? IMO it's amazing, never again a chance for a slow page load.

mo6’s picture

@mickeytown2: You'll get the messages when you run the stand-alone script potx-cli.php supplied with the potx module.

Here are some small typos (turnned and inorder) I've found:

#: boost.admin.inc:489
msgid "The \"Overwrite the cached file if it already exits\" must be turnned on inorder to enable this"

dbeall’s picture

Not yet, I will catch up soon,
been busy writing a README file for node_gallery.. it was way over due and a new release in coming this week.. don't get the chance to update those too often.

dbeall’s picture

well, why didn't I see that...lol.

mikeytown2’s picture

I thought I fixed #6 with my patch in #5. Did I goof on my fix?

mo6’s picture

Note to self: first check patch if isn't fixed already.. :)

mikeytown2’s picture

Status: Needs review » Fixed

committed.

I will try my best to keep this file up to date.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.