Repository URL to install this package:
|
Version:
6.0.0 ▾
|
@doodle/i18n
/
locales.js
|
|---|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
de: 'Deutsch',
en: 'English',
'en-GB': 'English (GB)',
es: 'Español',
fr: 'Français',
it: 'Italiano'
};
exports.default = _default;
//# sourceMappingURL=locales.js.map