1
0
Fork 0
mirror of synced 2024-09-15 08:47:37 +12:00
budibase/packages/common/node_modules/date-fns/locale/tr/index.js
2020-04-15 15:23:29 +01:00

12 lines
388 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

var buildDistanceInWordsLocale = require('./build_distance_in_words_locale/index.js')
var buildFormatLocale = require('./build_format_locale/index.js')
/**
* @category Locales
* @summary Turkish locale.
* @author Alpcan Aydın [@alpcanaydin]{@link https://github.com/alpcanaydin}
*/
module.exports = {
distanceInWords: buildDistanceInWordsLocale(),
format: buildFormatLocale()
}