Skip to content

Commit 9147fb6

Browse files
committed
[build] 2.1.8
1 parent 70bd435 commit 9147fb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: dist/vue-gettext.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-gettext v2.1.7
2+
* vue-gettext v2.1.8
33
* (c) 2020 Polyconseil
44
* @license MIT
55
*/
@@ -53,7 +53,7 @@
5353

5454
getTranslationIndex: function (languageCode, n) {
5555

56-
n = parseInt(n);
56+
n = Number(n);
5757
n = typeof n === 'number' && isNaN(n) ? 1 : n; // Fallback to singular.
5858

5959
// Extract the ISO 639 language code. The ISO 639 standard defines

Diff for: dist/vue-gettext.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)