We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3970f2 + cee130b commit 3482b10Copy full SHA for 3482b10
addon/lib/helpers/pluralize.js
@@ -1,4 +1,4 @@
1
-import { pluralize } from '../system/string';
+import { pluralize } from 'ember-inflector';
2
import makeHelper from '../utils/make-helper';
3
4
/**
addon/lib/helpers/singularize.js
-import { singularize } from '../system/string';
+import { singularize } from 'ember-inflector';
0 commit comments