Opened 13 years ago

Closed 13 years ago

#2487 closed defect (fixed)

Translations for the string 'Actions' needed in Pippy

Reported by: m_anish Owned by: RafaelOrtiz
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: localization Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: New

Description

I've just committed some changes in Pippy 12 which require the string 'Actions' to be translated. Thus requesting action on this front. This is the path of the repository.

Change History (3)

comment:1 Changed 13 years ago by cjl

To accomplish this, you need to commit an updated POT file containing the new string.

http://git.sugarlabs.org/pippy/mainline/trees/master/po/Pippy.pot

Comment here when that is done. I will update the Pootle templates from the VCS and then update the individual language/projects via Pootle. After that it is up to the localizers to do the translation.

comment:2 Changed 13 years ago by RafaelOrtiz

  • Owner changed from sayamindu to RafaelOrtiz
  • Status changed from new to assigned

Steps to follow are detailed here

http://wiki.sugarlabs.org/go/Development_Team/Almanac/Internationalization#Broad_Steps_to_Internationalize.2FLocalize_Your_Code

As you have already a .pot inside the activity you can re-generated with genpot

and then we have to do what cjl says ;).

comment:3 Changed 13 years ago by RafaelOrtiz

  • Resolution set to fixed
  • Status changed from assigned to closed

To clarify: pootle does actually grabs all the generated strings from gettext (f.e
_('Actions') and puts in the pot. You have to got to pootle and update files or rescan files off the projects in order to see the untranslated string.

Now this is string is translated in pootle.

thanks at silbe for the hint.


Note: See TracTickets for help on using tickets.