This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/date-fns/locale/de/index.js

14 lines
439 B
JavaScript

var buildDistanceInWordsLocale = require('./build_distance_in_words_locale/index.js')
var buildFormatLocale = require('./build_format_locale/index.js')
/**
* @category Locales
* @summary German locale.
* @author Thomas Eilmsteiner [@DeMuu]{@link https://github.com/DeMuu}
* @author Asia [@asia-t]{@link https://github.com/asia-t}
*/
module.exports = {
distanceInWords: buildDistanceInWordsLocale(),
format: buildFormatLocale()
}