Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #913 from jrgm/update-for-puppet-fix
Browse files Browse the repository at this point in the history
fix(tests): a config update now makes uk,hsb,dsb available
  • Loading branch information
jrgm committed Apr 16, 2015
2 parents 41d342f + a18ceae commit fef924f
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions scripts/e2e-email/localeQuirks.js
Expand Up @@ -10,33 +10,21 @@ var translationQuirks = {
// these locales will be expected to have a SMTP
// 'content-language' header of 'en-US'
'content-language': [
'en',
'dsb',
'hsb',
'uk'
],

// SMTP Subject: 'value' will be 'en-US'
'Verify your account': [
'dsb',
'en',
'hsb',
'uk'
'en'
],

'Reset your password': [
'dsb',
'en',
'hsb',
'uk'
'en'
],

// A *lot* have not been translated, but a number of broadly
// spoken languages (e.g., de, zh-TW, zh-TW, ja, ru, pt-BR)
// have been.
'Re-verify your account': [
'ca',
'dsb',
'en',
'es-AR',
'et',
Expand All @@ -45,7 +33,6 @@ var translationQuirks = {
'fr',
'fy',
'he',
'hsb',
'id',
'ko',
'lt',
Expand All @@ -54,7 +41,6 @@ var translationQuirks = {
'pl',
'rm',
'sv',
'uk',
]
}

Expand Down

0 comments on commit fef924f

Please sign in to comment.