Posted by tailorvj on January 9, 2012 at 12:49am
Hi,
This is my first post on drupal.org, so hi everyone and nice to meet you :)
I'm localizing Commons to Hebrew at http://hakaveret.org.il and using i18n, l10n update and l10n client modules.
I've managed to fetch .po localization files for all module except the commons modules. I've read somewhere that disabling the commons update module would resolve the issues, but that didn't work either.
Your help would be highly appreciated.
Kind regards,
Tailor

Comments
i want to get rid of all those silly translation files ... etc
hi tailorvj, wellcome - and great to hear form you!
your site looks great!
i am workin on the language / translation issue form the contrary and opposite-direction.
Note a quick search on the po-files with grep spit out the results that there were approx 940 translation-files in commons.
Background: i run into a performance-problem with the issue of "too-many-files-open"
( see a summary on several reports here http://drupal.org/node/1396990 )
Avoid too many file_exists() calls during bootstrap - with patch - not tested yet!
Posted by c960657 on March 25, 2010 at 1:02pm
http://drupal.org/node/752730#comment-5440100
Too many open files error?
Posted by nr152522 on April 16, 2007 at 2:57pm
http://drupal.org/node/136732
Too many open files error?
http://drupal.org/node/1231106
Posted by mistaparker on July 27, 2011 at 2:07pm
Server Performance Warning: Drupal & modules (ab)uses too many files !
Posted by ClearXS on June 13, 2010 at 1:09am
http://drupal.org/node/825990#comment-5440056
Too many open files in includes/file.inc on line 888
Posted by muckermarc on May 27, 2009 at 12:05pm in the thread http://drupal.org/node/474152#comment-5440114
solution here unimits the File Handles on Apache.
seems to be successful!
see also - Server Performance Warning: Drupal & modules (ab)uses too many files !
Posted by ClearXS on June 13, 2010 at 1:09am
http://drupal.org/node/825990#comment-5440056
with regard on the much translation files...
we have 925 translation-files in drupal commons 6 x 2.3 - quite very much -
i want to "get rid of all those silly translation files or whatever for tiny miny parts of info and unnecesary subdivisions;"
http://drupal.org/node/825990
therefore i runed find -type f -name "*.po"
linux-vi17:/home/martin/web_technik/drupal/commons_3_jan_12/commons-6.x-2.3/commons-6.x-2.3 # find -type f -name "*.po"
./profiles/drupal_commons/modules/acquia/mollom/translations/._it.po
./profiles/drupal_commons/modules/acquia/mollom/translations/fr.po
./profiles/drupal_commons/modules/acquia/mollom/translations/._sv.po
./profiles/drupal_commons/modules/acquia/mollom/translations/sv.po
./profiles/drupal_commons/modules/acquia/mollom/translations/._fr.po
./profiles/drupal_commons/modules/acquia/mollom/translations/._nb.po
./profiles/drupal_commons/modules/acquia/mollom/translations/._pl.po
./profiles/drupal_commons/modules/acquia/mollom/translations/da.po
./profiles/drupal_commons/modules/acquia/mollom/translations/._cs.po
./profiles/drupal_commons/modules/acquia/mollom/translations/._hu.po
./profiles/drupal_commons/modules/acquia/mollom/translations/it.po
./profiles/drupal_commons/modules/acquia/mollom/translations/._nn.po
./profiles/drupal_commons/modules/acquia/mollom/translations/._th.po
./profiles/drupal_commons/modules/acquia/mollom/translations/nn.po
./profiles/drupal_commons/modules/acquia/mollom/translations/._nl.po
./profiles/drupal_commons/modules/acquia/mollom/translations/pt-pt.po
./profiles/drupal_commons/modules/acquia/mollom/translations/th.po
./profiles/drupal_commons/modules/acquia/mollom/translations/._da.po
well 930 language-files.. - way too much.
i erase all of them - in order to get tiny commons...
well i think if i erase all of the .po-files... - then the english language remains.. Is this true!
love to hear from you
greetings