MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / getUserLocale

Method getUserLocale

lib/tasks/interactive-new.js:167–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 getUserLocale() {
168 const { osLocale } = require('os-locale');
169
170 return osLocale();
171 }
172}
173
174module.exports = InteractiveNewTask;

Callers 1

getLangChoicesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected