Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoryule
    • CommentTimeAug 16th 2008
     
    Hello,
    I download the file templates fr.po and fr.mo that I placed in the folder plogger-translations
    I added this line in the file plog-config.php => define ( "PLOGGER_LOCALE", "fr"),
    I returned to my admin or my gallery and is still in English ..
    Can you please tell me what I forgot or false?
    Thank you in advance
    Yule
    • CommentAuthoryule
    • CommentTimeAug 21st 2008
     
    Hello,

    No solution for me ?

    @+

    Yule
    •  
      CommentAuthorkimparsell
    • CommentTimeAug 21st 2008
     
    Hi yule -

    Did you also go to the Options page in your admin panel and change the language to French?
    • CommentAuthoryule
    • CommentTimeAug 21st 2008
     
    Hello, I do not have my options in choosing a French state, I have only the choice to change the language in french for rss feed ...
    •  
      CommentAuthorkimparsell
    • CommentTimeAug 21st 2008
     
    I'm assuming that you are using Plogger 3.0 (the download from the main page). Per this post, that version is not completely translatable.

    You need to download the latest stable version (rev 549) and install that version in order to get the French translation working.
    • CommentAuthoryule
    • CommentTimeAug 21st 2008 edited
     
    I made a new installation, I put the file fr.mo in the right folder and I added the line define ( "PLOGGER_LOCALE", "fr"); plog_config in and nothing happens, I I have not "fr" in the options ...
    •  
      CommentAuthorsidtheduck
    • CommentTimeAug 22nd 2008
     
    yule,

    Would you mind posting the contents of your 'plog-config.php' file? Just make sure to erase the username and password of your mysql connection information.
    • CommentAuthoryule
    • CommentTimeSep 2nd 2008
     
    <code><?php
    // this is the file used to connect to your database.
    // you must change these values in order to run the gallery.

    define("PLOGGER_LOCALE","fr");
    define("PLOGGER_DB_HOST","*********");
    define("PLOGGER_DB_USER","*********");
    define("PLOGGER_DB_PW","*******");
    define("PLOGGER_DB_NAME","********");
    ?></code>