We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe8876 commit 858a923Copy full SHA for 858a923
index.js
@@ -4,7 +4,6 @@ function i18n(strings, ...values) {
4
return translation.map((string, idx) => [string, values[idx]])
5
.reduce((acc, val) => acc.concat(val), [])
6
.join('');
7
-
8
};
9
10
// Defaults
0 commit comments