Results 1 to 3 of 3

Thread: 3.0 translation

  1. #1
    User
    Join Date
    07-08-10.
    Location
    Madrid, Spain
    Posts
    145

    Default 3.0 translation

    Hi

    I hope that I am posting on the right forum...

    How could we install the translated files from Transifex to see the results in Contao 3.0RC1 ?

    Thanks
    Eric
    Contao 2.8 -> 3.0
    Evizer Web Agency

  2. #2
    Core developer
    Official Contao Team
    leo's Avatar
    Join Date
    06-04-09.
    Location
    Wuppertal, Germany
    Posts
    201

    Default Re: 3.0 translation

    This is not trivial, but can be done of course. You need the Transifex client, a command line tool to push to and pull from transifex.com. After you have pulled the files, you can import them using a command line script from the Contao 3 "system/bin" directory. Example:

    Code:
    tx pull --language=es
    system/bin/transifex import es
    If you are using the Transifex client for the first time, you might have to initialize it. The script should walk you through the necessary steps.

  3. #3
    User
    Join Date
    07-08-10.
    Location
    Madrid, Spain
    Posts
    145

    Default Re: 3.0 translation

    not trivial !!! at all.

    How to initialize the project?
    This is the result I've got with the init command.
    Code:
    Creating .tx folder...
    Transifex instance [https://www.transifex.com]: https://www.transifex.com/projects/p/contao
    Creating skeleton...
    Creating config file...
    No entry found for host https://www.transifex.com/projects/p/contao. Creating...
    Please enter your transifex username: xxxxx
    Password: 
    Updating C:\Users\Eric\.transifexrc file...
    Done.
    or
    Code:
    tx.exe set --auto-remote https://www.transifex.com/projects/p/contao/
    
    Auto configuring local project from remote URL...
    Getting details for project contao
    HTTPError: HTTP Error 401: UNAUTHORIZED
    Any help please ?

    Many thanks
    Eric
    Contao 2.8 -> 3.0
    Evizer Web Agency

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •