Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-6555

Translations in extension is broken

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Medium Medium
    • 3.8.7, 3.9.0rc2, 4.0.2, 4.1.0alpha1
    • None
    • Misc
    • None
    • Version: 3.5 stable (rev 10909)
      PHP Version: 4.3.10
      Webserver: Apache 1.3
      Database: MySQL

    Description

      kernel/common/i18n.php only enables translation if it finds an existing translation in share/translations/<LANG>/translation.ts.
      This file does of course not exists since we have it in our extension, not in share/.

      if ( file_exists( 'share/translations/' . $language . '/translation.ts' ) )
      {
          $useTextTranslation = true;
      }
      

      Attachments

        Activity

          People

            cyberwolf cyberwolf
            oh oh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: