CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • no languages available (Default language: blank)
Pages: [1]

Author Topic: no languages available (Default language: blank)  (Read 2282 times)

den Bart

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: joomla 1.6
  • MySQL version: 5.0.90
  • PHP version: 5.2.17
no languages available (Default language: blank)
April 28, 2011, 12:34:34 pm
Hi, I installed CiviCrm 3.4.0 with Joomla 1.5.23. I uploaded the user languages to the folders as in http://wiki.civicrm.org/confluence/display/CRMDOC40/CiviCRM+Localisation
But there are no languages available (and no "English, United States"), so I can't choose my default language.

What can I do to solve this problem?

Thanks
Bart

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: no languages available (Default language: blank)
April 29, 2011, 12:05:00 am
Hi Bart,
I am assuming you downloaded the languages from SourceForge and extracted them in the right place?
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

den Bart

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: joomla 1.6
  • MySQL version: 5.0.90
  • PHP version: 5.2.17
Re: no languages available (Default language: blank)
May 02, 2011, 11:50:57 am
Yes, I think so, here it is : administrator/components/com_civicrm/civicrm/l10n/nl_nl/civicrm.mo

And it is strange that even English isn't available in the list, the list is blank!

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: no languages available (Default language: blank)
May 02, 2011, 11:59:57 am
As far as I know you need a .po file, the .mo is the source? At least, that's the way in Drupal and I am pretty sure it is the same in Joomla? If so, you tried to install the wrong one and it makes sense you do not see any in the list? Did you not download the file from here: http://sourceforge.net/projects/civicrm/files/civicrm-stable/3.4.0/? Or is that Drupal only?
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

den Bart

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: joomla 1.6
  • MySQL version: 5.0.90
  • PHP version: 5.2.17
Re: no languages available (Default language: blank)
May 02, 2011, 12:17:01 pm
I downloaded civicrm-3.4.0-l10n.tar.gz, unpacked it twice, and uploaded the folders to the folder mentioned. It are all *.mo files in the l10n folders.

Thanks
Bart
« Last Edit: May 02, 2011, 12:19:57 pm by den Bart »

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: no languages available (Default language: blank)
May 02, 2011, 11:24:27 pm
Allright then, had to be sure :-). And I also assume the problem is not replicated on the demo site?
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

den Bart

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: joomla 1.6
  • MySQL version: 5.0.90
  • PHP version: 5.2.17
Re: no languages available (Default language: blank)
May 03, 2011, 11:17:45 am
No, all the languages are available on the demo site. ???

den Bart

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: joomla 1.6
  • MySQL version: 5.0.90
  • PHP version: 5.2.17
Re: no languages available (Default language: blank)
May 09, 2011, 01:23:58 pm
The problem stays in CiviCrm 3.4.1. No languages available.

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: no languages available (Default language: blank)
May 10, 2011, 06:22:05 am
Quote from: den Bart on May 02, 2011, 11:50:57 am
Yes, I think so, here it is : administrator/components/com_civicrm/civicrm/l10n/nl_nl/civicrm.mo

Can you check whether it’s nl_nl or nl_NL (it should be the latter)? Can you check whether the l10n and nl_NL directories are readable by your webserver?

(The language list is populated by the contents of the l10n dir, by searching for ab_CD patterns, hence it’s strange that it’s not populated if the dirs are there.)
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: no languages available (Default language: blank)
May 10, 2011, 07:22:24 am
Bart,
if the instructions from Piotr are too technical, can you provide me with access to your site so I can give you a hand?
Erik
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

den Bart

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: joomla 1.6
  • MySQL version: 5.0.90
  • PHP version: 5.2.17
Re: no languages available (Default language: blank)
May 16, 2011, 09:09:34 am
Problem solved!
The name of the directory was nl_nl. When I changed the name, I had the language "dutch" back!
Strange, I haven't made that directory myself, I had uploaded it with ftp.

Thanks!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • no languages available (Default language: blank)

This forum was archived on 2017-11-26.