Problem/Motivation

Currently Drupal 8-dev is not packaged with version numbers and git downloads don't have version numbers obviously. Neither a proper git_deploy module to use to install. The installer has a hardcoded fallback for translations to alpha2 though, so when you install Drupal 8, translations for the second alpha are downloaded. Unfortunately there has been lots of changes since the second alpha and a thousand new string have been identified in recent updates in alpha12, see https://localize.drupal.org/node/6433.

Proposed resolution

Ideally we would have a server side fallback mechanism and no need to update manually hardcoded things. Revisit before beta was removed from #2113955: Rely on proper server side version fallback for translations though and its definitely not prioritised anywhere near critical to work on. That means we are going with manually hardcoded fallbacks I guess unless someone has time for that issue. So let's update the manually hardcoded number then.

Remaining tasks

Review. Commit.

User interface changes

Finally more up to date translations will be downloaded.

API changes

None.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Status: Needs review » Needs work

The last submitted patch, fallback-to-alpha12.patch, failed testing.

Gábor Hojtsy’s picture

Status: Needs work » Needs review
FileSize
744 bytes
1.71 KB

And we even have tests for that woo.

vijaycs85’s picture

Status: Needs review » Reviewed & tested by the community

looks good...

Gábor Hojtsy’s picture

Title: Make Drupal 8 fall back on alpha12 translations instead of alpha2 » Drupal 8 loads alpha2 translations instead of alpha12
Category: Task » Bug report
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed fce11dd and pushed to 8.x. Thanks!

  • Commit fce11dd on 8.x by alexpott:
    Issue #2285795 by Gábor Hojtsy: Fixed Drupal 8 loads alpha2 translations...
Gábor Hojtsy’s picture

Issue tags: -sprint

Woot, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.