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) »
  • Where can I correct a particular text
Pages: [1]

Author Topic: Where can I correct a particular text  (Read 1695 times)

capo

  • I post occasionally
  • **
  • Posts: 108
  • Karma: 5
Where can I correct a particular text
February 18, 2013, 10:00:37 am
Hello,

I've been collaborating for a while with the Spanish translation at Transifex. I know how to translate things that hasn't still been translated but, sometimes, I don't know how can I find a particular text that has been "bad-translated" at Transifex. Attached you can find a screen capture shown an example:

- The tab "Events" has been translated as "Eliminar actividad", wich means something like "Delete Activity".

I've been searching "Eliminar actividad" at Transifex and I can find some instances but not the one I'm looking for. Is there a procedure I can follow to locate at Transifex a particular string, like this one? If there is no such a procedure, can someone help me to locate this string? (This is an "important" one, otherwise I wouldn't care).

Thank you very much!

capo

  • I post occasionally
  • **
  • Posts: 108
  • Karma: 5
Re: Where can I correct a particular text
February 21, 2013, 03:44:38 am
Quote from: capo on February 18, 2013, 10:00:37 am
I've been searching "Eliminar actividad" at Transifex and I can find some instances but not the one I'm looking for. Is there a procedure I can follow to locate at Transifex a particular string, like this one? If there is no such a procedure, can someone help me to locate this string? (This is an "important" one, otherwise I wouldn't care).

I've just found a way to partially solve the problem. Using word replacements, I can force the translation of "Events" to be "Eventos", so the tab appears correctly. It works as a circumvention to correct wrong translated texts.

Anyway, obviously, this is not the right way to work. The right way to handle it would be to correct the translation at Transifex but the text "Events" seems to be correctly translated at Transifex so I'm not sure about the reason it's not being appropriately shown.

mathieu

  • Administrator
  • Ask me questions
  • *****
  • Posts: 620
  • Karma: 36
    • Work
  • CiviCRM version: 4.7
  • CMS version: Drupal
  • MySQL version: MariaDB 10
  • PHP version: 7
Re: Where can I correct a particular text
February 21, 2013, 07:24:07 am
Hi,

I checked in the latest translations of Transifex for all Spanish variants, and couldn't find the string.
Also tested on the demo site (drupal.demo.civicrm.org) and it was showing "Eventos".

Is it possible that you are using an old translation?

You can get the latest translations here:
https://github.com/civicrm/l10n/tree/master/po (find the po/es/civicrm.mo file and override your l10n/es/civicrm.mo of your civicrm installation)

Although, if you recently updated from an official release, we'd have to check to make sure the release scripts are working correctly (the automation was changed recently).

Another way to double-check the translation files is using the gettext command line tools:

* Install gettext tools (Ubuntu/Debian): sudo apt-get install gettext
* msgunfmt l10n/es/civicrm.mo -o /tmp/civicrm.po
* use a text editor on /tmp/civicrm.po to find the string, might provide hints.

For reference (not specific to your issue, but if you need more information about localisation in CiviCRM):
http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+Localisation
CiviCamp Montréal, 29 septembre 2017 | Co-founder / consultant / turn-key CiviCRM hosting for Quebec/Canada @ SymbioTIC.coop

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • Where can I correct a particular text

This forum was archived on 2017-11-26.