Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-12383

Translation interface kills array translations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Major Major
    • 3.1.0-b4
    • 3.1.0-b2
    • ACP
    • None

      When editing and saving a translation in the admin language pack interface, all array translations in the fie are replaced by empty strings. e.g. in ucp.php:

      'FIELD_TOO_SHORT' => array(
      1 => 'The field ā€œ%2$sā€ is too short, a minimum of %1$d character is required.',
      2 => 'The field ā€œ%2$sā€ is too short, a minimum of %1$d characters is required.',
      ),

      will become:

      'FIELD_TOO_SHORT'',

      This problem was not present in phpBB 3.0.x

            bantu Andreas Fischer [X] (Inactive)
            GunChleoc GunChleoc [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: