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

Commit

Permalink
fix(tests): es-ES is now 100% supported (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
philbooth authored and vbudhram committed Oct 5, 2016
1 parent 6cb8c87 commit 23234c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/local/mailer_locales_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ require('../../lib/mailer')(config, log)
[ 'bogus-value', 'en' ],
[ 'en-US,en;q=0.5', 'en' ],
[ 'es-AR,es;q=0.8,en-US;q=0.5,en;q=0.3', 'es-AR' ],
[ 'es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3', 'es' ],
[ 'es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3', 'es-ES' ],
[ 'sv-SE,sv;q=0.8,en-US;q=0.5,en;q=0.3', 'sv-SE' ],
[ 'zh-CN,zh;q=0.8,en-US;q=0.5,en;q=0.3', 'zh-CN' ]
]
Expand Down

0 comments on commit 23234c6

Please sign in to comment.