Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
tikiatua committed Jan 9, 2018
1 parent f6f31fa commit f7bfaf2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/vuex-i18n.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ var renderFn = function renderFn(identifiers) {
console.warn('i18n: pluralization not provided in locale', translation, locale, index);

// return the first element of the pluralization by default
return pluralizations[0].trim();
return resolvedTranslation;
}

// return the requested item from the pluralizations
Expand Down
2 changes: 1 addition & 1 deletion dist/vuex-i18n.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ var renderFn = function renderFn(identifiers) {
console.warn('i18n: pluralization not provided in locale', translation, locale, index);

// return the first element of the pluralization by default
return pluralizations[0].trim();
return resolvedTranslation;
}

// return the requested item from the pluralizations
Expand Down
2 changes: 1 addition & 1 deletion dist/vuex-i18n.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vuex-i18n.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ var renderFn = function renderFn(identifiers) {
console.warn('i18n: pluralization not provided in locale', translation, locale, index);

// return the first element of the pluralization by default
return pluralizations[0].trim();
return resolvedTranslation;
}

// return the requested item from the pluralizations
Expand Down

0 comments on commit f7bfaf2

Please sign in to comment.