Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthordelia
    • CommentTimeDec 14th 2009
     
    hi,
    i have filled my locale file in /config/locales/es.php with my strings in this way:

    $dictionary = array();
    $dictionary['first'] = "primera";
    ..................

    but the translation doesnt seem to work...


    i dont know what parameters must i set to get it work....

    any idea?

    thanks!
    • CommentAuthordelia
    • CommentTimeJan 5th 2010
     
    no one can help me with this?? what parameters/constants must i set to get this working?? Thanks in advance!
    • CommentAuthorgow
    • CommentTimeApr 16th 2010
     
    Hi delia,
    did you solve this problem? I also have this problem.
    My environment is windows vista, xampp 1.6.8(php 5.2.6), akelos 1.0.1.

    And does anyone know where to put a locale file (like es.php) for error messages about validation ?
    • CommentAuthorgow
    • CommentTimeApr 16th 2010
     
    I found the solution, though don't know why.

    1.edit below file
    \akelos\lib\AkActionController\AkPaginator.php
    old> ak::t('next')
    new> ak::t('next', array(), 'localize/paginator')

    2.copy locale file
    copy config/locales/ja.php to app/locales/localize/paginator/ja.php
    • CommentAuthordelia
    • CommentTimeApr 26th 2010
     
    hi gow,
    i didnt find the solution..... i'll test with the one you have found.

    Thanks!
Add your comments
    Username Password
  • Format comments as