Polish Language Translations

Bug #719687 reported by Robin Jones
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
AuthPuppy
Confirmed
Wishlist
Unassigned

Bug Description

This bug will hold polish language translations for authpuppy as they are done...

Revision history for this message
Robin Jones (robin-networkfusion) wrote :
Revision history for this message
Robin Jones (robin-networkfusion) wrote :
Revision history for this message
Robin Jones (robin-networkfusion) wrote :
gbastien (gbastien02)
Changed in authpuppy:
importance: Undecided → Wishlist
status: New → Confirmed
Revision history for this message
gbastien (gbastien02) wrote :

Took the three files up till now. Just need to commit them next time committing those plugins

Revision history for this message
Robin Jones (robin-networkfusion) wrote :

OK, with some of the translations added, why when adding "pl" to the available languages, then selecting the language "Polish" cause it to revert straight back to english?

Revision history for this message
Robin Jones (robin-networkfusion) wrote :

is
public function executeChangeLanguage(sfWebRequest $request)
{
      $form = new sfFormLanguage(
        $this->getUser(),
        array('languages' => array('en', 'fr'))
      );
      $form->disableLocalCSRFProtection();
      $form->process($request);
      $culture = $this->getUser()->getCulture();
      $this->getResponse()->setCookie('lang', $culture);

in http://bazaar.launchpad.net/~alliancecsf-dev/authpuppy/trunk/view/head:/apps/frontend/modules/home/actions/actions.class.php the problem

Shouldn't it collect this information from whereever available_languages is stored?

Revision history for this message
gbastien (gbastien02) wrote :

Just opened a bug for it https://bugs.launchpad.net/authpuppy/+bug/730997
Thanks for submitting it

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.