akkoma/priv/static/packs/locales/vanilla/ast.js.map
2019-06-26 21:06:28 +02:00

1 line
5.5 KiB
Plaintext
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.

{"version":3,"sources":["webpack:///app/javascript/builds/pleroma/mastofe/app/javascript/locales/index.js","webpack:///./node_modules/react-intl/locale-data/ast.js","webpack:///./tmp/locales/vanilla/ast.js"],"names":["theLocale","setLocale","locale","getLocale","__webpack_require__","r","__webpack_exports__","d","module","exports","pluralRuleFunction","e","a","t","String","split","fields","year","displayName","relative","0","1","-1","relativeTime","future","one","other","past","month","day","2","-2","hour","minute","second","_app_javascript_mastodon_locales_ast_json__WEBPACK_IMPORTED_MODULE_0__","react_intl_locale_data_ast_js__WEBPACK_IMPORTED_MODULE_1__","react_intl_locale_data_ast_js__WEBPACK_IMPORTED_MODULE_1___default","n","locales__WEBPACK_IMPORTED_MODULE_2__","Object","localeData","messages"],"mappings":"6FAAA,IAAIA,EAEG,SAASC,EAAUC,GACxBF,EAAYE,EAGP,SAASC,IACd,OAAOH,EAPTI,EAAAC,EAAAC,GAAAF,EAAAG,EAAAD,EAAA,8BAAAL,IAAAG,EAAAG,EAAAD,EAAA,8BAAAH,isoBCC4DK,EAAAC,QAC3D,WACD,aAEA,QACAP,OAAA,MACAQ,mBAAA,SAAAC,EAAAC,GACA,IAAAC,GAAAC,OAAAH,GAAAI,MAAA,QACA,OAAAH,EAAA,WAAAD,GAAAE,EAAA,eAEAG,OAAA,CACAC,KAAA,CACAC,YAAA,MACAC,SAAA,CACAC,EAAA,WACAC,EAAA,iBACAC,KAAA,eAEAC,aAAA,CACAC,OAAA,CACAC,IAAA,aACAC,MAAA,eAEAC,KAAA,CACAF,IAAA,cACAC,MAAA,kBAIAE,MAAA,CACAV,YAAA,MACAC,SAAA,CACAC,EAAA,WACAC,EAAA,kBACAC,KAAA,gBAEAC,aAAA,CACAC,OAAA,CACAC,IAAA,aACAC,MAAA,gBAEAC,KAAA,CACAF,IAAA,cACAC,MAAA,mBAIAG,IAAA,CACAX,YAAA,MACAC,SAAA,CACAC,EAAA,OACAC,EAAA,SACAS,EAAA,eACAC,KAAA,WACAT,KAAA,SAEAC,aAAA,CACAC,OAAA,CACAC,IAAA,aACAC,MAAA,eAEAC,KAAA,CACAF,IAAA,cACAC,MAAA,kBAIAM,KAAA,CACAd,YAAA,OACAC,SAAA,CACAC,EAAA,aAEAG,aAAA,CACAC,OAAA,CACAC,IAAA,cACAC,MAAA,gBAEAC,KAAA,CACAF,IAAA,eACAC,MAAA,mBAIAO,OAAA,CACAf,YAAA,SACAC,SAAA,CACAC,EAAA,eAEAG,aAAA,CACAC,OAAA,CACAC,IAAA,gBACAC,MAAA,kBAEAC,KAAA,CACAF,IAAA,iBACAC,MAAA,qBAIAQ,OAAA,CACAhB,YAAA,UACAC,SAAA,CACAC,EAAA,SAEAG,aAAA,CACAC,OAAA,CACAC,IAAA,iBACAC,MAAA,mBAEAC,KAAA,CACAF,IAAA,kBACAC,MAAA,yBA/G4Dd,qCCD5DR,EAAAC,EAAAC,GAAA,IAAA6B,EAAA/B,EAAA,KAAAgC,EAAAhC,EAAA,KAAAiC,EAAAjC,EAAAkC,EAAAF,GAAAG,EAAAnC,EAAA,IASAoC,OAAAD,EAAA,UAAAC,CAAS,CACPC,WAAAJ,IACAK,SAAAP","file":"locales/vanilla/ast.js","sourcesContent":["let theLocale;\n\nexport function setLocale(locale) {\n theLocale = locale;\n}\n\nexport function getLocale() {\n return theLocale;\n}\n","!function (e, a) {\n \"object\" == typeof exports && \"undefined\" != typeof module ? module.exports = a() : \"function\" == typeof define && define.amd ? define(a) : (e.ReactIntlLocaleData = e.ReactIntlLocaleData || {}, e.ReactIntlLocaleData.ast = a());\n}(this, function () {\n \"use strict\";\n\n return [{\n locale: \"ast\",\n pluralRuleFunction: function pluralRuleFunction(e, a) {\n var t = !String(e).split(\".\")[1];\n return a ? \"other\" : 1 == e && t ? \"one\" : \"other\";\n },\n fields: {\n year: {\n displayName: \"añu\",\n relative: {\n 0: \"esti añu\",\n 1: \"lañu viniente\",\n \"-1\": \"lañu pasáu\"\n },\n relativeTime: {\n future: {\n one: \"en {0} añu\",\n other: \"en {0} años\"\n },\n past: {\n one: \"hai {0} añu\",\n other: \"hai {0} años\"\n }\n }\n },\n month: {\n displayName: \"mes\",\n relative: {\n 0: \"esti mes\",\n 1: \"el mes viniente\",\n \"-1\": \"el mes pasáu\"\n },\n relativeTime: {\n future: {\n one: \"en {0} mes\",\n other: \"en {0} meses\"\n },\n past: {\n one: \"hai {0} mes\",\n other: \"hai {0} meses\"\n }\n }\n },\n day: {\n displayName: \"día\",\n relative: {\n 0: \"güei\",\n 1: \"mañana\",\n 2: \"pasao mañana\",\n \"-2\": \"antayeri\",\n \"-1\": \"ayeri\"\n },\n relativeTime: {\n future: {\n one: \"en {0} día\",\n other: \"en {0} díes\"\n },\n past: {\n one: \"hai {0} día\",\n other: \"hai {0} díes\"\n }\n }\n },\n hour: {\n displayName: \"hora\",\n relative: {\n 0: \"esta hora\"\n },\n relativeTime: {\n future: {\n one: \"en {0} hora\",\n other: \"en {0} hores\"\n },\n past: {\n one: \"hai {0} hora\",\n other: \"hai {0} hores\"\n }\n }\n },\n minute: {\n displayName: \"minutu\",\n relative: {\n 0: \"esti minutu\"\n },\n relativeTime: {\n future: {\n one: \"en {0} minutu\",\n other: \"en {0} minutos\"\n },\n past: {\n one: \"hai {0} minutu\",\n other: \"hai {0} minutos\"\n }\n }\n },\n second: {\n displayName: \"segundu\",\n relative: {\n 0: \"agora\"\n },\n relativeTime: {\n future: {\n one: \"en {0} segundu\",\n other: \"en {0} segundos\"\n },\n past: {\n one: \"hai {0} segundu\",\n other: \"hai {0} segundos\"\n }\n }\n }\n }\n }];\n});","//\n// locales/vanilla/ast.js\n// automatically generated by generateLocalePacks.js\n//\n\nimport messages from '../../../app/javascript/mastodon/locales/ast.json';\nimport localeData from 'react-intl/locale-data/ast.js';\nimport { setLocale } from 'locales';\n\nsetLocale({\n localeData,\n messages,\n});\n"],"sourceRoot":""}