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) »
  • Localisation/language of CiviCRM menu items
Pages: [1]

Author Topic: Localisation/language of CiviCRM menu items  (Read 3162 times)

impacttech

  • Guest
Localisation/language of CiviCRM menu items
October 12, 2009, 10:44:04 am
Hi,

I've just installed CiviCRM 3.0

I would like to be able to localise all of the menu options that CiviCRM produces, such as
CiviCRM Home etc

Where are the language files located to do this please?

Thanks





Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Localisation/language of CiviCRM menu items
October 12, 2009, 10:57:03 am
Check out this doc to get started:

http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+Localisation
Protect your investment in CiviCRM by  becoming a Member!

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Localisation/language of CiviCRM menu items
October 14, 2009, 07:25:17 am
…and once you do read that link, check out our translations server and look for the civicrm-menu.po files.
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.

qiqiy

  • Guest
Re: Localisation/language of CiviCRM menu items
October 30, 2009, 08:11:11 am
Quote from: Piotr Szotkowski on October 14, 2009, 07:25:17 am
…and once you do read that link, check out our translations server and look for the civicrm-menu.po files.

hi, i download the civicrm-menu.po, and also use poedit to translate it ,then ,what should i do ? how to import my translation ? thanks

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Localisation/language of CiviCRM menu items
November 02, 2009, 12:36:19 am
You can either upload them to the translation server (and we’ll handle the compiling to the MO file upon a subsequent CiviCRM release) or you can try doing it yourself.

If you have gettext, you need to get all the PO files for your language, then run

Code: [Select]
msgcat -o civicrm.po *.po
msgfmt -o civicrm.mo civicrm.po

and then put the resulting MO file in civicrm/l10n/xx_YY (where xx_YY is your chosen language).
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.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • Localisation/language of CiviCRM menu items

This forum was archived on 2017-11-26.