Project

General

Profile

« Previous | Next » 

Revision 60e4da4c

Added by Amir Fefer over 5 years ago

Fixes #17263 - move jed (i18n) to webpack

View differences:

webpack/assets/javascripts/react_app/components/PasswordStrength/PasswordStrength.fixtures.js
import { translate as __ } from '../../common/I18n';
export const passwords = {
username: { password: 'my-user-name', expected: __('Weak') },
email: { password: 'my-user@email.com', expected: __('Weak') },

Also available in: Unified diff